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.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last 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.
d1703e4b3655142711023d39d836240f5a36339e David Trowbridge
rbtools/commands/install.py
rbtools/commands/land.py
rbtools/commands/tests/test_main.py
rbtools/utils/tests/test_source_tree.py
Loading...