catch more errors
authorJason Etheridge <jason@EquinoxInitiative.org>
Tue, 3 Dec 2019 20:28:31 +0000 (15:28 -0500)
committerJason 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

index 1757833..a42aa6b 100755 (executable)
@@ -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);