This change updates the install and land commands to use the run_process method, along with a few additional test cases.
Ran unit tests.
Summary
ID
Update a few more places to use run_process() instead of execute().
This change updates the install and land commands to use the
`run_process` method, along with a few additional test cases.
Testing Done:
Ran unit tests.
This can use the common chaining form for run_process():
return(run_process(...).stdout.read())
Oops:
return(run_process(...).stdout.read())
Review request changed
Commits:
Summary
ID
Update a few more places to use run_process() instead of execute().
This change updates the install and land commands to use the
`run_process` method, along with a few additional test cases.
Testing Done:
Ran unit tests.
3cd1e98ed487e5ea56dd9f5cbb56b8b9ebd608de
Update a few more places to use run_process() instead of execute().
This change updates the install and land commands to use the
`run_process` method, along with a few additional test cases.
Testing Done:
Ran unit tests.