From de331332663ed9e4673755268b35a0b0f717ff73 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 25 Nov 2005 16:37:53 +0000 Subject: [PATCH] Bug fixed: removal of .__log was not always attempted. --- helm/matita/scripts/do_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2