From: Jason Etheridge Date: Wed, 12 Dec 2018 16:03:08 +0000 (-0500) Subject: tighten down error detection X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=092d4f81f4032ba104c3859a43c4d70de1e260bf;p=working%2Frandom.git tighten down error detection --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 0fe54b356..b1458ee1b 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -65,7 +65,7 @@ while (my $line = <>) { || $line =~ /\* ERROR/ || $line =~ /\* WARNING/ || $line =~ /\[ERR/ - || $line =~ /ERROR:/ + || ($line =~ /ERROR:/ && !($line =~ /ERROR: 0/)) || $line =~ /ERROR LOG:/ || $line =~ /Please install/ ) {