]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/try.sh
eq_f1
[helm.git] / helm / software / matita / tests / TPTP / try.sh
index 7b90d45de88d5499e729b57fdb3a92345ca75519..06d85bd6fc2cce0df209d997f6eb8847c880f3fd 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+MATITAC=../../matitac.opt
+#MATITAC=../../matitac
+
 if [ -z "$1" ]; then
   TODO=Unsatisfiable/[A-Z]*.ma
 else
@@ -12,7 +15,7 @@ i=1
 for X in $TODO; do
   echo -n "$X ... "
   LOGNAME=logs/log.`basename $X`
-  ../../matitac.opt -nodb $X > $LOGNAME 2>&1
+  $MATITAC -nodb $X > $LOGNAME 2>&1
   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`