another exception to the error catcher
authorJason Etheridge <jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:37:46 +0000 (15:37 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:37:46 +0000 (15:37 -0500)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
qa/test_output_webifier.pl

index 971463f..e9a95cf 100755 (executable)
@@ -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";