From: trevor_hansen Date: Wed, 11 May 2011 01:57:12 +0000 (+0000) Subject: Revert the change to run_tests, I didn't mean to submit this. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=5ae35343b9f49c7c733850b24725cc75a66b0ec7;p=francis%2Fstp.git Revert the change to run_tests, I didn't mean to submit this. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1321 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/run_tests.pl b/scripts/run_tests.pl index 25368d8..91981ee 100755 --- a/scripts/run_tests.pl +++ b/scripts/run_tests.pl @@ -74,7 +74,7 @@ my %optionsDefault = ("level" => 4, "proofs" => 0, "lang" => "all", "stppath" => "stp/bin", - "vc" => $pwd . "/bin/stp -r -t -d", # Program names + "vc" => $pwd . "/bin/stp -t -d", # Program names #"vc" => "valgrind --leak-check=full /home/vganesh/stp/bin/stp", # Program names "pfc" => "true", "stptestpath" => "stp/test", @@ -85,7 +85,7 @@ my %optionsDefault = ("level" => 4, # Runtime limit; 0 = no limit "time" => 180, # Additional command line options to stp - "stpOptions" => "-r -d"); + "stpOptions" => "-d"); # Database of command line options. Initially, they are undefined