From 0c5da2779977870bdffc72a3b9d90db16a208636 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 26 Feb 2015 09:32:29 -0500 Subject: [PATCH] Catch "Please install" from settings-tester.pl Signed-off-by: Jason Etheridge --- qa/test_output_webifier.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 5865a3018..750820902 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -61,6 +61,7 @@ while (my $line = <>) { || $line =~ /\* WARNING/ || $line =~ /\[ERR/ || $line =~ /ERROR:/ + || $line =~ /Please install/ ) { $class .= 'notok '; $error_count++; -- 2.43.2