From: Claudio Sacerdoti Coen Date: Wed, 16 Nov 2005 11:32:29 +0000 (+0000) Subject: do_test.sh no longer prints the compiler options (used to avoid awk-ing out X-Git-Tag: V_0_7_2_3~64 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d496ec90e52ace62d11d79badb3f6673ddd73c3a;hp=1276d3c7b85f4edc049a5d68a6120816fe64c806;p=helm.git do_test.sh no longer prints the compiler options (used to avoid awk-ing out the -noprofile flag) --- 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