mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
Bug 499161 - Set xrePath when creating the environment for the main process. r=ted
This commit is contained in:
parent
8609331e56
commit
a841e58701
@ -585,7 +585,8 @@ def runApp(testURL, env, app, profileDir, extraArgs,
|
||||
else:
|
||||
outputPipe = subprocess.PIPE
|
||||
|
||||
proc = Process([cmd] + args, env = environment(env), stdout = outputPipe, stderr = subprocess.STDOUT)
|
||||
proc = Process([cmd] + args, env = environment(env, xrePath = xrePath),
|
||||
stdout = outputPipe, stderr = subprocess.STDOUT)
|
||||
log.info("INFO | automation.py | Application pid: %d", proc.pid)
|
||||
|
||||
if outputPipe is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user