r=bhearsum
- porting ted's newline fix to the other masters
This commit is contained in:
ccooper%deadsquid.com 2008-07-22 17:09:19 +00:00
Родитель 21c6bedc2f
Коммит b25c6a3377
3 изменённых файлов: 3 добавлений и 3 удалений

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

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

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

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

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

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