From 52adc009b7202e00a01687b6b0e812b21846a584 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 21 Feb 2014 09:55:31 -0500 Subject: [PATCH] treat ERROR: as an error 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 a4ffbbbfe..b0e076345 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -60,6 +60,7 @@ while (my $line = <>) { || $line =~ /\* ERROR/ || $line =~ /\* WARNING/ || $line =~ /\[ERR/ + || $line =~ /ERROR:/ ) { $class .= 'notok '; $error_count++; -- 2.11.0