From: Andrea Asperti Date: Fri, 14 Jul 2006 15:45:18 +0000 (+0000) Subject: Added the computation of max_weight. X-Git-Tag: 0.4.95@7852~1203 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3f65b8adfeda8b4cd911eec6582203edefdaf84b;p=helm.git Added the computation of max_weight. --- diff --git a/matita/tests/TPTP/try.sh b/matita/tests/TPTP/try.sh index 06d85bd6f..fdf8031b3 100755 --- a/matita/tests/TPTP/try.sh +++ b/matita/tests/TPTP/try.sh @@ -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