mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Bug 812191 - Respect --noSetup in remote xpcshell tests with xpcw wrapper; r=jmaher, DONTBUILD
This commit is contained in:
parent
0687c2b3aa
commit
0d2d8ad8a2
@ -262,7 +262,8 @@ class XPCShellRemote(xpcshell.XPCShellTests, object):
|
||||
self.env["XPCSHELL_TEST_PROFILE_DIR"]=self.profileDir
|
||||
self.env["TMPDIR"]=self.remoteTmpDir
|
||||
self.env["HOME"]=self.profileDir
|
||||
self.pushWrapper()
|
||||
if self.options.setup:
|
||||
self.pushWrapper()
|
||||
|
||||
def launchProcess(self, cmd, stdout, stderr, env, cwd):
|
||||
cmd.insert(1, self.remoteHere)
|
||||
|
Loading…
x
Reference in New Issue
Block a user