mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 749771 - Set HOME directory for Android xpcshell tests. r=jmaher
This commit is contained in:
parent
4562b3524a
commit
ae9ad92333
@ -228,6 +228,7 @@ class XPCShellRemote(xpcshell.XPCShellTests, object):
|
||||
env["GRE_HOME"]=self.appRoot
|
||||
env["XPCSHELL_TEST_PROFILE_DIR"]=self.profileDir
|
||||
env["TMPDIR"]=self.remoteTmpDir
|
||||
env["HOME"]=self.profileDir
|
||||
outputFile = "xpcshelloutput"
|
||||
f = open(outputFile, "w+")
|
||||
self.shellReturnCode = self.device.shell(cmd, f, cwd=self.remoteHere, env=env)
|
||||
|
Loading…
Reference in New Issue
Block a user