From: Jason Etheridge Date: Tue, 3 Dec 2019 20:28:31 +0000 (-0500) Subject: catch more errors X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=964640d0b51e0b481002d2219f922056f05ff28d;p=working%2Frandom.git catch more errors Signed-off-by: Jason Etheridge --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 175783335..a42aa6bc1 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -171,8 +171,10 @@ while (my $line = <>) { || $line =~ /\[ERR/ || ($line =~ /ERROR:/ && !($line =~ /ERROR: 0/)) || $line =~ /ERROR LOG:/ + || $line =~ /Err:/ || $line =~ /Please install/ || $line =~ /No such file or directory/ + || $line =~ /Failed to fetch/ ) { $class .= 'notok '; consider_error_count_inc($line);