зеркало из https://github.com/mozilla/gecko-dev.git
Bug 819093 - Use strings for env values in remote mochitest; r=jmaher DONTBUILD
This commit is contained in:
Родитель
a26d990c01
Коммит
d3d5a48262
|
@ -302,7 +302,7 @@ class MochiRemote(Mochitest):
|
|||
self.localLog = options.logFile
|
||||
options.logFile = self.remoteLog
|
||||
options.profilePath = self.localProfile
|
||||
env["MOZ_HIDE_RESULTS_TABLE"] = 1
|
||||
env["MOZ_HIDE_RESULTS_TABLE"] = "1"
|
||||
retVal = Mochitest.buildURLOptions(self, options, env)
|
||||
#we really need testConfig.js (for browser chrome)
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче