From 964640d0b51e0b481002d2219f922056f05ff28d Mon Sep 17 00:00:00 2001
From: Jason Etheridge <jason@EquinoxInitiative.org>
Date: Tue, 3 Dec 2019 15:28:31 -0500
Subject: [PATCH] catch more errors

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
---
 qa/test_output_webifier.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl
index 175783335..a42aa6bc1 100755
--- 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);
-- 
2.11.0