]> matita.cs.unibo.it Git - helm.git/commitdiff
Added the computation of max_weight.
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 14 Jul 2006 15:45:18 +0000 (15:45 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 14 Jul 2006 15:45:18 +0000 (15:45 +0000)
matita/tests/TPTP/try.sh

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