X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fdo_tests.sh;h=b8df5141895d7c96a59e1c6bb9e292431dc82b2c;hb=d0c88a989d2c41d0b816c5490d4d8c89a238cb2a;hp=ad9d18bb19a7ad8ef2e5713e8ac5e16f3ce0c20e;hpb=d496ec90e52ace62d11d79badb3f6673ddd73c3a;p=helm.git diff --git a/helm/matita/scripts/do_tests.sh b/helm/matita/scripts/do_tests.sh index ad9d18bb1..b8df51418 100755 --- a/helm/matita/scripts/do_tests.sh +++ b/helm/matita/scripts/do_tests.sh @@ -63,9 +63,9 @@ for T in $TODO; do else diff $LOG `basename $T .ma`.log > $DIFF RC=$? - rm -f $LOG fi fi + rm -f $LOG if [ $RC = 0 ]; then printf "$OK\t$TIMES\t$DO_TESTS_EXTRA\n" else