diff options
author | fanquake <fanquake@gmail.com> | 2019-11-18 16:47:41 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-11-18 16:47:41 -0500 |
commit | e9277baed64e1d4054a102e40b39a9aed7839c2f (patch) | |
tree | 48e87e22d0609788cc468c546eea4cf282dde304 /test/functional | |
parent | 621d398750d9f5ce3e7ec75ccb160b3534dcc436 (diff) |
test: skip wallet_listreceivedby test when the cli isn't compiled
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/wallet_listreceivedby.py | 1 |
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 |