From: trevor_hansen Date: Thu, 23 Jun 2011 06:06:59 +0000 (+0000) Subject: Fix. Look for fatal errors when running tests. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=698f9bcdaa4ab702f0309fa653275d1891ef1c16;p=francis%2Fstp.git Fix. Look for fatal errors when running tests. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1354 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/run_tests.pl b/scripts/run_tests.pl index 91981ee..c657368 100755 --- a/scripts/run_tests.pl +++ b/scripts/run_tests.pl @@ -408,7 +408,7 @@ foreach my $testcase (@testcases) { # STP exit value may be masked by the shell pipe. Fish it # out from the output - if($str =~ /^(Interrupted|Segmentation|Bus error|Floating point exception|.*exception)/) { + if($str =~ /^(Interrupted|Segmentation|Fatal Error|Bus error|Floating point exception|.*exception)/) { $exitVal = $1; } if($str =~ /^(\*|\s)*((parse\s+)?[Ee]rror)/) {