From 2287a2efb6a2248a68d0ccb2db600ea5b2dc64fe Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 6 Sep 2006 16:18:31 +0200 Subject: [PATCH] Actually output the error when we get one. --- tests/test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test.sh b/tests/test.sh index 59ce37f..269f2f8 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -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 -- 2.39.2