]> 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 bd5b982..685484d
@@ -5,7 +5,7 @@ prover=y
 MATITAC=../../matitac.opt
 #MATITAC=../../matitac
 MATITAPROVER=../../matitaprover.opt
-TPTPPATH=/home/tassi/helm/trunk/TPTP-v3.1.1/
+TPTPPATH=/home/tassi/TPTP-v3.1.1/
 
 if [ -z "$1" ]; then
   if [ $prover = 'y' ]; then
@@ -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