]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/do_tests.sh
ocaml 3.09 transition
[helm.git] / 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