aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_listreceivedby.py
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-11-18 16:47:41 -0500
committerfanquake <fanquake@gmail.com>2019-11-18 16:47:41 -0500
commite9277baed64e1d4054a102e40b39a9aed7839c2f (patch)
tree48e87e22d0609788cc468c546eea4cf282dde304 /test/functional/wallet_listreceivedby.py
parent621d398750d9f5ce3e7ec75ccb160b3534dcc436 (diff)
downloadbitcoin-e9277baed64e1d4054a102e40b39a9aed7839c2f.tar.xz
test: skip wallet_listreceivedby test when the cli isn't compiled
Diffstat (limited to 'test/functional/wallet_listreceivedby.py')
-rwxr-xr-xtest/functional/wallet_listreceivedby.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_listreceivedby.py b/test/functional/wallet_listreceivedby.py
index 5e94068930..efa6a199ad 100755
--- a/test/functional/wallet_listreceivedby.py
+++ b/test/functional/wallet_listreceivedby.py
@@ -19,6 +19,7 @@ class ReceivedByTest(BitcoinTestFramework):
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
+ self.skip_if_no_cli()
def run_test(self):
# Generate block to get out of IBD