X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Fmatitaprover%2Frun_on_a_list.sh;h=b62aa8974b19661618a6a1fe76c99bfd8c1de914;hb=7f9e313fe5ae4200f080f481a6b8b795a0618093;hp=c80e128e218c2aec2cd952be1c189d984d4c5842;hpb=ea8676df3c47428157d0d544ec63c320ffa204be;p=helm.git diff --git a/helm/software/components/binaries/matitaprover/run_on_a_list.sh b/helm/software/components/binaries/matitaprover/run_on_a_list.sh index c80e128e2..b62aa8974 100755 --- a/helm/software/components/binaries/matitaprover/run_on_a_list.sh +++ b/helm/software/components/binaries/matitaprover/run_on_a_list.sh @@ -8,7 +8,7 @@ fi > log for PROBLEM in `cat $2`; do echo running on $PROBLEM - ./matitaprover.native --timeout $1 --tptppath ~/TPTP-v3.7.0/ $PROBLEM \ + ./matitaprover.native --timeout $1 --tptppath TPTP-v3.7.0/ $PROBLEM \ >> log 2>&1 echo So far `grep 'SZS status Unsatisfiable' log|wc -l` solved done