From: Jason Etheridge Date: Thu, 26 Feb 2015 14:32:29 +0000 (-0500) Subject: Catch "Please install" from settings-tester.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c5da2779977870bdffc72a3b9d90db16a208636;p=working%2Frandom.git Catch "Please install" from settings-tester.pl Signed-off-by: Jason Etheridge --- 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++;