Update a few more places to use run_process() instead of execute().

Review Request #14482 — Created June 27, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

This change updates the install and land commands to use the
run_process method, along with a few additional test cases.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
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 David Trowbridge
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.
d1703e4b3655142711023d39d836240f5a36339e David Trowbridge
rbtools/commands/tests/test_main.py
Loading...