mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
qa: Run all tests even if wallet is not compiled
This commit is contained in:
@ -23,6 +23,9 @@ class MultiWalletTest(BitcoinTestFramework):
|
||||
self.num_nodes = 2
|
||||
self.supports_cli = True
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
def run_test(self):
|
||||
node = self.nodes[0]
|
||||
|
||||
|
Reference in New Issue
Block a user