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:
ffcb0c0
)
Let's highlight [ERR's in osrfsys.log
author
Jason Etheridge
<jason@esilibrary.com>
Fri, 27 Dec 2013 15:33:50 +0000
(10:33 -0500)
committer
Jason Etheridge
<jason@esilibrary.com>
Fri, 27 Dec 2013 15:33:50 +0000
(10:33 -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
cc6fb51
..
747cb71
100755
(executable)
--- a/
qa/test_output_webifier.pl
+++ b/
qa/test_output_webifier.pl
@@
-58,6
+58,7
@@
while (my $line = <>) {
|| $line =~ /\. not ok/
|| $line =~ /\* ERROR/
|| $line =~ /\* WARNING/
+ || $line =~ /\[ERR/
) {
$class .= 'notok ';
$error_count++;