X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2FTPTP%2Ftry.sh;h=685484d93ffe01e55d7b66d60d45f779044c4153;hb=df7a2aa19e98dc28e7f22129275a175cead49e2d;hp=929debeb60088557fef05c52a6e272802c35dfd9;hpb=8d1904cec529a1f22b3ac132dc0f3fb9289735df;p=helm.git diff --git a/helm/software/matita/tests/TPTP/try.sh b/helm/software/matita/tests/TPTP/try.sh index 929debeb6..685484d93 100755 --- a/helm/software/matita/tests/TPTP/try.sh +++ b/helm/software/matita/tests/TPTP/try.sh @@ -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