test: skip wallet_listreceivedby test when the cli isn't compiled

This commit is contained in:
fanquake 2019-11-18 16:47:41 -05:00
parent 621d398750
commit e9277baed6
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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