projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11a7a3
)
Catch "Please install" from settings-tester.pl
author
Jason Etheridge
<jason@esilibrary.com>
Thu, 26 Feb 2015 14:32:29 +0000
(09:32 -0500)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/qa/test_output_webifier.pl
b/qa/test_output_webifier.pl
index
5865a30
..
7508209
100755
(executable)
--- 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++;