Bug 454055: Allow TinderboxSummaryMessage: to be shown & highlighted in brief & full logs, patch by Aki Sasaki <aki@mozilla.com>, r=cls
git-svn-id: svn://10.0.0.236/trunk@258781 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5c5c65b73d
commit
04023ebf47
@ -333,6 +333,10 @@ BEGIN {
|
||||
$last_was_error = 1;
|
||||
} else {
|
||||
$last_was_error = 0;
|
||||
if ($line =~ /^TinderboxSummaryMessage:/) {
|
||||
$line =~ s/^TinderboxSummaryMessage:\s*//;
|
||||
logprint("<font color='008000'>$line</font>");
|
||||
}
|
||||
}
|
||||
return $last_was_error;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user