From: trevor_hansen Date: Mon, 26 Apr 2010 13:52:27 +0000 (+0000) Subject: Include the STP version in the regression log X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=166433df7bc0c56b33c9c9875176a555623f4f06;p=francis%2Fstp.git Include the STP version in the regression log git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@721 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/run_tests.pl b/scripts/run_tests.pl index 4c5240e..92caf91 100755 --- a/scripts/run_tests.pl +++ b/scripts/run_tests.pl @@ -95,7 +95,6 @@ my %options = (); my $td; GetOptions("td=s" => \$td); - # Temporary array for STP options my @stpOptions = (); # State is either "own" or "stp", meaning that we're reading either @@ -154,6 +153,11 @@ my $level = getOpt('level'); my $lang = getOpt('lang'); my $rt = getOpt('rt'); +# Print the version of STP we are running. +system("$stp -? 2>&1 | grep version"); + + + # The list of testcases to run my @testcases; if (defined($td))