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:
gavin%gavinsharp.com 2009-10-25 03:45:35 +00:00
parent 5c5c65b73d
commit 04023ebf47

View File

@ -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;
}