mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 01:33:20 +02:00
Skip --descriptor tests if sqlite is not compiled
This commit is contained in:
@@ -19,6 +19,7 @@ class WalletDescriptorTest(BitcoinTestFramework):
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
self.skip_if_no_sqlite()
|
||||
|
||||
def run_test(self):
|
||||
wallet_info = self.nodes[0].getwalletinfo()
|
||||
|
||||
Reference in New Issue
Block a user