From e037b0c603c81d6be350a27ecdf99eeda5d2e513 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 3 Dec 2019 15:37:46 -0500 Subject: [PATCH] another exception to the error catcher Signed-off-by: Jason Etheridge --- qa/test_output_webifier.pl | 7 +++++++ 1 file changed, 7 insertions(+) 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"; -- 2.11.0