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 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

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