]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/try.sh
mod change (-x)
[helm.git] / helm / software / matita / tests / TPTP / try.sh
old mode 100755 (executable)
new mode 100644 (file)
index 929debe..685484d
@@ -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