From d496ec90e52ace62d11d79badb3f6673ddd73c3a Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 16 Nov 2005 11:32:29 +0000 Subject: [PATCH 1/1] do_test.sh no longer prints the compiler options (used to avoid awk-ing out the -noprofile flag) --- helm/matita/scripts/do_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/matita/scripts/do_tests.sh b/helm/matita/scripts/do_tests.sh index e8e4ddda4..ad9d18bb1 100755 --- a/helm/matita/scripts/do_tests.sh +++ b/helm/matita/scripts/do_tests.sh @@ -15,6 +15,7 @@ fi COMPILER=$1 shift +CLEANCOMPILER=`echo $COMPILER | cut -d ' ' -f 1` CLEANER=$1 shift LOGFILE=$1 @@ -45,7 +46,7 @@ DIFF=.__diff export TIMEFORMAT="%2lR %2lU %2lS" for T in $TODO; do - printf "$COMPILER\t%-30s " $T + printf "$CLEANCOMPILER\t%-30s " $T if [ "$TWICE" = "1" ]; then $CLEANER $T 1>/dev/null 2>/dev/null $COMPILER $T 1>/dev/null 2>/dev/null -- 2.39.2