X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fdo_tests.sh;h=a195b9cf0ee4ba816e29bbe917e3d2101db7c8de;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=970828a6478dfff6a222963456ec6394c22ae0f4;hpb=b832b0e511cb33e154e4eb145e3046f626f06e57;p=helm.git diff --git a/helm/matita/scripts/do_tests.sh b/helm/matita/scripts/do_tests.sh index 970828a64..a195b9cf0 100755 --- a/helm/matita/scripts/do_tests.sh +++ b/helm/matita/scripts/do_tests.sh @@ -48,10 +48,10 @@ for T in $TODO; do RC=$?; if [ $RC = 0 ]; then printf "$OK\t`cat $TMP`\t$DO_TESTS_EXTRA\n" + rm $TMP else printf "$FAIL\t`cat $TMP`\t$DO_TESTS_EXTRA\n"; + rm $TMP exit $RC fi done - -rm $TMP