Page MenuHomePhabricator

Share Env/CWD methods between Passthru + ExecFuture, expose Env
ClosedPublic

Authored by epriestley on Apr 18 2016, 11:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 4:40 PM
Unknown Object (File)
Sat, Nov 16, 10:21 PM
Unknown Object (File)
Thu, Nov 14, 6:59 PM
Unknown Object (File)
Mon, Nov 11, 3:35 PM
Unknown Object (File)
Mon, Nov 11, 6:32 AM
Unknown Object (File)
Wed, Nov 6, 5:04 PM
Unknown Object (File)
Mon, Nov 4, 9:40 PM
Unknown Object (File)
Thu, Oct 31, 12:12 PM
Subscribers
None

Details

Summary

Ref T10751. This is several layers deep: I want to unit test environmental configuration for git/svn/hg commands, but there's currently no way to read it.

It's also duplicated between Passthru and ExecFuture classes.

Extend them from one class doing CWD + Env stuff. Clean that stuff up a little. Add a getEnv() for reading so I can do unit tests.

Test Plan

Ran arc unit --everything, see next diff for unit tests.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Share Env/CWD methods between Passthru + ExecFuture, expose Env.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 19 2016, 2:29 AM
This revision was automatically updated to reflect the committed changes.