From: Enrico Tassi Date: Wed, 28 Jun 2006 08:06:53 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7136 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ed544f262a0de3560b1925c7cc03d40ea856455f;p=helm.git fix --- diff --git a/helm/software/matita/tests/TPTP/try.sh b/helm/software/matita/tests/TPTP/try.sh index 0e494d59e..893310e8f 100755 --- a/helm/software/matita/tests/TPTP/try.sh +++ b/helm/software/matita/tests/TPTP/try.sh @@ -11,7 +11,7 @@ mkdir -p logs i=1 for X in $TODO; do echo -n "$X ... " - LOGNAME=logs/log.`basename $X` + LOGNAME=logs/log.`basename $X`.gz ../../matitac.opt -nodb $X | gzip -9 > $LOGNAME 2>&1 RATING=`grep "Rating" $X | sed 's/v.*//' | sed 's/(\*//'` if [ `grep "Found a proof" $LOGNAME | wc -l` -gt 0 ]; then