Let's highlight [ERR's in osrfsys.log
authorJason Etheridge <jason@esilibrary.com>
Fri, 27 Dec 2013 15:33:50 +0000 (10:33 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 27 Dec 2013 15:33:50 +0000 (10:33 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index cc6fb51..747cb71 100755 (executable)
@@ -58,6 +58,7 @@ while (my $line = <>) {
             || $line =~ /\. not ok/
             || $line =~ /\* ERROR/
             || $line =~ /\* WARNING/
+            || $line =~ /\[ERR/
         ) {
             $class .= 'notok ';
             $error_count++;