From 9aea7ec897fdff4fec5bef741554aee4614734c1 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 28 Jun 2006 10:31:44 +0000 Subject: [PATCH] fix --- helm/software/matita/tests/TPTP/try.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm/software/matita/tests/TPTP/try.sh b/helm/software/matita/tests/TPTP/try.sh index 6c7362aa3..976513ae4 100755 --- a/helm/software/matita/tests/TPTP/try.sh +++ b/helm/software/matita/tests/TPTP/try.sh @@ -12,8 +12,7 @@ i=1 for X in $TODO; do echo -n "$X ... " LOGNAME=logs/log.`basename $X` - ../../matitac.opt -nodb $X > $LOGNAME 2>&1 - gzip -f $LOGNAME + ../../matitac.opt -nodb $X 2>&1 | gzip -9 > $LOGNAME 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` -- 2.39.2