Merge pull request #17277 from s0undt3ch/hotfix/pass-the-right-env-to-vt

Pass the right environ to VT's env.
This commit is contained in:
Nicole Thomas 2014-11-07 14:56:06 -07:00
commit 5911b3ba90

View File

@ -402,7 +402,7 @@ def _run(cmd,
log_stderr=True,
cwd=cwd,
preexec_fn=kwargs.get('preexec_fn', None),
env=env,
env=run_env,
log_stdin_level=output_loglevel,
log_stdout_level=output_loglevel,
log_stderr_level=output_loglevel,