зеркало из https://github.com/mozilla/gecko-dev.git
Follow-ups to fix bloat bustage and make xpcshell-test result reporting work with buildbot after the landing of bug 530475. r=ted over irc.
This commit is contained in:
Родитель
53de3f6632
Коммит
806e1586f4
|
@ -669,7 +669,7 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t
|
|||
elif self.IS_LINUX:
|
||||
stackFixerCommand = "fix-linux-stack.pl"
|
||||
if stackFixerCommand is not None:
|
||||
stackFixerProcess = self.Process([PERL, os.path.join(utilityPath, stackFixerCommand)],
|
||||
stackFixerProcess = self.Process([this.PERL, os.path.join(utilityPath, stackFixerCommand)],
|
||||
stdin=logsource,
|
||||
stdout=subprocess.PIPE)
|
||||
logsource = stackFixerProcess.stdout
|
||||
|
|
|
@ -282,8 +282,8 @@ class XPCShellTests(object):
|
|||
failCount = 1
|
||||
|
||||
print """INFO | Result summary:
|
||||
INFO | Passed: %d
|
||||
INFO | Failed: %d""" % (passCount, failCount)
|
||||
INFO | Passed: %d
|
||||
INFO | Failed: %d""" % (passCount, failCount)
|
||||
|
||||
return failCount == 0
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче