Port remaining client backends to use run_process() instead of execute().

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

Information

RBTools
master

Reviewers

This change ports the ClearCase and SOS client backends to use the new
run_process() method instead of execute(). Plastic is untouched per
Christian's request.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Port remaining client backends to use run_process() instead of execute().
This change ports the ClearCase, Plastic, and SOS client backends to use the new `run_process()` method instead of `execute()`. Testing Done: Ran unit tests.
14d8eec07767110f5460fce61b15e1a6d35e6bc7 David Trowbridge
Port remaining client backends to use run_process() instead of execute().
This change ports the ClearCase and SOS client backends to use the new `run_process()` method instead of `execute()`. Plastic is untouched per Christian's request. Testing Done: Ran unit tests.
a052392adb912dc03a1a98ba0539724861f83408 David Trowbridge
rbtools/clients/clearcase.py
rbtools/clients/plastic.py
rbtools/clients/sos.py
Loading...