Change child's working directory
Summary: Changing the parent's WD is prone to race conditions of various sorts, and needlessly alters parent state. Python's subprocess also has this feature. Test Plan: fbmake dbg _bin/folly/test/subprocess_test ; ../_bin/folly/test/subprocess_test Reviewed By: agoder@fb.com FB internal diff: D1269526
Showing
Please register or sign in to comment