зеркало из 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: ' +
|
'buildbot.slave.commands.TimeoutError: ' +
|
||||||
line +
|
line +
|
||||||
"TinderboxPrint: " +
|
"TinderboxPrint: " +
|
||||||
self.name + " timeout<br/>")
|
self.name + ' <em class="testfail">timeout</em><br/>\n')
|
||||||
return WARNINGS
|
return WARNINGS
|
||||||
return superResult
|
return superResult
|
||||||
|
|
||||||
|
|
|
@ -218,7 +218,7 @@ class ShellCommandReportTimeout(ShellCommand):
|
||||||
'buildbot.slave.commands.TimeoutError: ' +
|
'buildbot.slave.commands.TimeoutError: ' +
|
||||||
line +
|
line +
|
||||||
"TinderboxPrint: " +
|
"TinderboxPrint: " +
|
||||||
self.name + " timeout<br/>")
|
self.name + ' <em class="testfail">timeout</em><br/>\n')
|
||||||
return WARNINGS
|
return WARNINGS
|
||||||
return superResult
|
return superResult
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@ class ShellCommandReportTimeout(ShellCommand):
|
||||||
'buildbot.slave.commands.TimeoutError: ' +
|
'buildbot.slave.commands.TimeoutError: ' +
|
||||||
line +
|
line +
|
||||||
"TinderboxPrint: " +
|
"TinderboxPrint: " +
|
||||||
self.name + " timeout<br/>")
|
self.name + ' <em class="testfail">timeout</em><br/>\n')
|
||||||
return WARNINGS
|
return WARNINGS
|
||||||
return superResult
|
return superResult
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче