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:
b432a01
)
catch more errors
author
Jason Etheridge
<jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:28:31 +0000
(15:28 -0500)
committer
Jason Etheridge
<jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:28:31 +0000
(15:28 -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
1757833
..
a42aa6b
100755
(executable)
--- 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);