]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/try.sh
auto --> autobatch
[helm.git] / helm / software / matita / tests / TPTP / try.sh
index bd5b982fb432e59dd904021c7aedfad63472e7d7..685484d93ffe01e55d7b66d60d45f779044c4153 100755 (executable)
@@ -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