projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef128d6
)
another exception to the error catcher
author
Jason Etheridge
<jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:37:46 +0000
(15:37 -0500)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/qa/test_output_webifier.pl
b/qa/test_output_webifier.pl
index
971463f
..
e9a95cf
100755
(executable)
--- 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";