зеркало из https://github.com/mozilla/pjs.git
b=446198
r=bhearsum - porting ted's newline fix to the other masters
This commit is contained in:
Родитель
21c6bedc2f
Коммит
b25c6a3377
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче