From: Jason Etheridge Date: Fri, 21 Feb 2014 14:55:31 +0000 (-0500) Subject: treat ERROR: as an error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=52adc009b7202e00a01687b6b0e812b21846a584;p=working%2Frandom.git treat ERROR: as an error Signed-off-by: Jason Etheridge --- 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++;