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.

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
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
rbtools/clients/clearcase.py
rbtools/clients/plastic.py
rbtools/clients/sos.py
Loading...