From: Jason Etheridge Date: Tue, 3 Dec 2019 20:37:46 +0000 (-0500) Subject: another exception to the error catcher X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e037b0c603c81d6be350a27ecdf99eeda5d2e513;p=working%2Frandom.git another exception to the error catcher Signed-off-by: Jason Etheridge --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 971463fbf..e9a95cf17 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -115,6 +115,13 @@ sub consider_error_count_inc { return; } } + if ($subpage eq 'Gathering system information') { + if ($line =~ /Status,Err: uppercase=bad/) { + print DEBUG "error skipped, $error_count\n"; + print STDOUT "error skipped, $error_count\n"; + return; + } + } $error_count++; print DEBUG "error counted, $error_count\n"; print STDOUT "error counted, $error_count\n";