treat ERROR: as an error
authorJason Etheridge <jason@esilibrary.com>
Fri, 21 Feb 2014 14:55:31 +0000 (09:55 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 21 Feb 2014 14:55:31 +0000 (09:55 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index a4ffbbb..b0e0763 100755 (executable)
@@ -60,6 +60,7 @@ while (my $line = <>) {
             || $line =~ /\* ERROR/
             || $line =~ /\* WARNING/
             || $line =~ /\[ERR/
+            || $line =~ /ERROR:/
         ) {
             $class .= 'notok ';
             $error_count++;