aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <[email protected]>2019-11-18 16:47:41 -0500
committerfanquake <[email protected]>2019-11-18 16:47:41 -0500
commite9277baed64e1d4054a102e40b39a9aed7839c2f (patch)
tree48e87e22d0609788cc468c546eea4cf282dde304
parenttest: skip bitcoin_cli test when the cli isn't compiled (diff)
downloaddiscoin-e9277baed64e1d4054a102e40b39a9aed7839c2f.tar.xz
discoin-e9277baed64e1d4054a102e40b39a9aed7839c2f.zip
test: skip wallet_listreceivedby test when the cli isn't compiled
-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 5e9406893..efa6a199a 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