]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/try.sh
fix
[helm.git] / helm / software / matita / tests / TPTP / try.sh
index 6c7362aa34c256e21c60cb6e8d4dab9557cf637e..976513ae4747b183f015c366de3f68b1999bce50 100755 (executable)
@@ -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`