]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 2 Oct 2006 15:15:03 +0000 (15:15 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 2 Oct 2006 15:15:03 +0000 (15:15 +0000)
helm/software/matita/tests/TPTP/try.sh

index 929debeb60088557fef05c52a6e272802c35dfd9..685484d93ffe01e55d7b66d60d45f779044c4153 100755 (executable)
@@ -35,7 +35,7 @@ for X in $TODO; do
     RATING=`grep "Rating" $X | sed 's/v.*//' | sed 's/(\*//'`
   fi
   if [ `grep "Found a proof" $LOGNAME | wc -l` -gt 0 ]; then
-    TIME=`grep "TIME NEEDED" $LOGNAME`
+    TIME=`grep "TIME" $LOGNAME`
     MAXWEIGHT=`grep "max weight:" $LOGNAME`
     echo OK $TIME $RATING $MAXWEIGHT $i
   else