From 698f9bcdaa4ab702f0309fa653275d1891ef1c16 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Thu, 23 Jun 2011 06:06:59 +0000 Subject: [PATCH] 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 --- scripts/run_tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/) { -- 2.47.3