From: Jason Etheridge Date: Fri, 27 Dec 2013 15:33:50 +0000 (-0500) Subject: Let's highlight [ERR's in osrfsys.log X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d577571115bd86d433f473c6e4f659b2a2c19ed1;p=working%2Frandom.git Let's highlight [ERR's in osrfsys.log Signed-off-by: Jason Etheridge --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index cc6fb51e4..747cb716f 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -58,6 +58,7 @@ while (my $line = <>) { || $line =~ /\. not ok/ || $line =~ /\* ERROR/ || $line =~ /\* WARNING/ + || $line =~ /\[ERR/ ) { $class .= 'notok '; $error_count++;