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:
bf13789
)
treat ERROR: as an error
author
Jason Etheridge
<jason@esilibrary.com>
Fri, 21 Feb 2014 14:55:31 +0000
(09:55 -0500)
committer
Jason Etheridge
<jason@esilibrary.com>
Fri, 21 Feb 2014 14:55:31 +0000
(09:55 -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
a4ffbbb
..
b0e0763
100755
(executable)
--- a/
qa/test_output_webifier.pl
+++ b/
qa/test_output_webifier.pl
@@
-60,6
+60,7
@@
while (my $line = <>) {
|| $line =~ /\* ERROR/
|| $line =~ /\* WARNING/
|| $line =~ /\[ERR/
+ || $line =~ /ERROR:/
) {
$class .= 'notok ';
$error_count++;