From d577571115bd86d433f473c6e4f659b2a2c19ed1 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 27 Dec 2013 10:33:50 -0500 Subject: [PATCH] Let's highlight [ERR's in osrfsys.log Signed-off-by: Jason Etheridge --- qa/test_output_webifier.pl | 1 + 1 file changed, 1 insertion(+) 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++; -- 2.11.0