From 166433df7bc0c56b33c9c9875176a555623f4f06 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Mon, 26 Apr 2010 13:52:27 +0000 Subject: [PATCH] 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 --- scripts/run_tests.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)) -- 2.47.3