Page MenuHomePhabricator

Fix a bug where running test_runner.py --usecli would fail when built without bitcoin-cli
ClosedPublic

Authored by jasonbcox on Apr 20 2020, 22:56.

Details

Summary

Introduced in D2696. The existence check for bitcoin-cli did not account for --usecli.

Depends on D5781

Test Plan
cmake -GNinja -DBUILD_BITCOIN_CLI=OFF ..
test_runner.py

This fails pre-patch and passes post-patch.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cli-not-found
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10318
Build 18457: Default Diff Build & Tests
Build 18456: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Apr 20 2020, 23:17