Cleanup the rbtools.utils.process module
Review Request #7203 — Created April 14, 2015 and submitted — Latest diff uploaded
The process module has long been in need of an overhaul. All parameters
and the return value of theprocess.execute
function have been
documented. A bug where environment variables provided by the function
could be overridden by OS environment variables was fixed.
Ran unit tests.