diff options
| author | fanquake <[email protected]> | 2019-11-18 16:47:41 -0500 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-11-18 16:47:41 -0500 |
| commit | e9277baed64e1d4054a102e40b39a9aed7839c2f (patch) | |
| tree | 48e87e22d0609788cc468c546eea4cf282dde304 | |
| parent | test: skip bitcoin_cli test when the cli isn't compiled (diff) | |
| download | discoin-e9277baed64e1d4054a102e40b39a9aed7839c2f.tar.xz discoin-e9277baed64e1d4054a102e40b39a9aed7839c2f.zip | |
test: skip wallet_listreceivedby test when the cli isn't compiled
| -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 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 |