Don't require soscmd or p4 for RBTools unit tests.
Review Request #12646 — Created Sept. 26, 2022 and submitted — Latest diff uploaded
Our unit tests for SOS and Perforce don't actually invoke
soscmd
or
p4
, so we don't need to have them installed. This change spies on
check_install
to ensure they always show up as installed, preventing
tests from skipping if they're missed.
Removed
soscmd
andp4
from my path. Verified that unit tests passed.