Page MenuHomePhabricator

Merge #14381: test: Add missing call to skip_if_no_cli()
ClosedPublic

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

Details

Summary

ff94da7887 tests: Make appveyor run with --usecli (practicalswift)
db01839361 test: Add missing call to skip_if_no_cli() (practicalswift)

Pull request description:

Add missing call to `skip_if_no_cli()` as suggested by @MarcoFalke in #14365.

Tree-SHA512: b0a2ddfad0f81cc9544f63c4e490fb983d833a47c23522549d1200ea6a8a132b2cd4bf0d66b862ef3a548d8471128b80aea3525fb5dec65221e23f32a8d46746

Backport of Core PR14381

Test Plan
cmake -GNinja ..
ninja
test_runner.py wallet_*

cmake -GNinja -DBUILD_BITCOIN_CLI=OFF ..
ninja
test_runner.py wallet_*

These tests should be skipped with BUILD_BITCOIN_CLI=OFF:

wallet_createwallet --usecli
wallet_multiwallet --usecli

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

deadalnix added a subscriber: deadalnix.

Sounds like something that CI should check.

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

Sounds like something that CI should check.

Absolutely: D5784