tighten down error detection
authorJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 16:03:08 +0000 (11:03 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 16:03:08 +0000 (11:03 -0500)
qa/test_output_webifier.pl

index 0fe54b3..b1458ee 100755 (executable)
@@ -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/
         ) {