Bug 812191 - Respect --noSetup in remote xpcshell tests with xpcw wrapper; r=jmaher, DONTBUILD

This commit is contained in:
Geoff Brown 2012-11-16 07:43:55 -07:00
parent bbae80e3f1
commit 219dad47cb

View File

@ -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)