Catch "Please install" from settings-tester.pl
authorJason Etheridge <jason@esilibrary.com>
Thu, 26 Feb 2015 14:32:29 +0000 (09:32 -0500)
committerJason Etheridge <jason@esilibrary.com>
Thu, 26 Feb 2015 14:32:29 +0000 (09:32 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index 5865a30..7508209 100755 (executable)
@@ -61,6 +61,7 @@ while (my $line = <>) {
             || $line =~ /\* WARNING/
             || $line =~ /\[ERR/
             || $line =~ /ERROR:/
+            || $line =~ /Please install/
         ) {
             $class .= 'notok ';
             $error_count++;