]> matita.cs.unibo.it Git - helm.git/commitdiff
do_test.sh no longer prints the compiler options (used to avoid awk-ing out
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 16 Nov 2005 11:32:29 +0000 (11:32 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 16 Nov 2005 11:32:29 +0000 (11:32 +0000)
the -noprofile flag)

helm/matita/scripts/do_tests.sh

index e8e4ddda4e9cc19e1b9dbcc8418f0a22e5b989c8..ad9d18bb19a7ad8ef2e5713e8ac5e16f3ce0c20e 100755 (executable)
@@ -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