]> git.sesse.net Git - xml-template/commitdiff
Actually output the error when we get one.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 14:18:31 +0000 (16:18 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 14:18:31 +0000 (16:18 +0200)
tests/test.sh

index 59ce37fea83bc451e69aafda137712137aa997b0..269f2f8c1cf66864b67cf48151aa936c072eced0 100755 (executable)
@@ -18,11 +18,9 @@ for L in $LANGUAGES; do
                        python ../python/$T.py > $TEMPFILE
                fi
 
-               perl ./xml-diff.pl $TEMPFILE reference/$T.xml 2>/dev/null
+               perl ./xml-diff.pl $TEMPFILE reference/$T.xml
                if [ $? = 0 ]; then     
                        echo "passed."
-               else 
-                       echo "FAILED."
                fi
 
                rm -f $TEMPFILE