brettviren / worch

Let the orchestration waf through the suite.
5 stars 3 forks source link

envmunge: honor ctx.env.env and pass it down to mungers.apply #44

Closed sbinet closed 10 years ago

sbinet commented 10 years ago

if a wscript or a task carefully crafts a ctx.env.env environment, this is dropped on the floor and the worch tasks (and wafutil.exec_command) won't pick it up.

this patch tries to properly honor ctx.env.env and falls back on os.environ otherwise.