]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/TPTP/try.sh
fix
[helm.git] / matita / tests / TPTP / try.sh
index e55733bff040262b35742d2021ad46ecbdb75deb..19e4224ba3eaa3fa53827dbca7c2a5812bbc0ef2 100755 (executable)
@@ -12,7 +12,8 @@ i=1
 for X in $TODO; do
   echo -n "$X ... "
   LOGNAME=logs/log.`basename $X`
-  ../../matitac.opt $X > $LOGNAME 2>&1
+  ../../matitac.opt -nodb $X > $LOGNAME 2>&1
+  gzip $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`