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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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