From: Stefano Zacchiroli Date: Fri, 25 Nov 2005 16:37:53 +0000 (+0000) Subject: Bug fixed: removal of .__log was not always attempted. X-Git-Tag: make_still_working~8095 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=de331332663ed9e4673755268b35a0b0f717ff73;p=helm.git Bug fixed: removal of .__log was not always attempted. --- 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