[gegl] tests/compositions: Redirect stderr to tests-report too



commit 7692d6f2494f2166890c0b5f5af58010af409429
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Aug 8 17:48:27 2010 +0200

    tests/compositions: Redirect stderr to tests-report too
    
    Needed after we made img_cmp error output go to stderr.

 tests/compositions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index 1d804c5..5805300 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -55,7 +55,7 @@ tests-report: images.stamp \
 	@for XML in $(srcdir)/*.xml; do\
 	    echo $$XML; \
 	    export BASE=`echo $$XML | sed s?$(srcdir)/?? | sed s/\.xml//`;\
-	    $(builddir_img_cmp) $(srcdir)/reference/$$BASE.* output/$$BASE.* >> tests-report; true ;\
+	    $(builddir_img_cmp) $(srcdir)/reference/$$BASE.* output/$$BASE.* >> tests-report 2>&1; true ;\
 	   done;
 
 clean-local:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]