bug 446198 - step timeout message doesn't end with a newline (followup to add em class=testfail). r=bhearsum

This commit is contained in:
ted.mielczarek%gmail.com 2008-07-22 15:21:13 +00:00
Родитель fe90ff3f15
Коммит 21c6bedc2f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,7 @@ class ShellCommandReportTimeout(ShellCommand):
'buildbot.slave.commands.TimeoutError: ' +
line +
"TinderboxPrint: " +
self.name + " timeout<br/>\n")
self.name + ' <em class="testfail">timeout</em><br/>\n')
return WARNINGS
return superResult