We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1194cf9 commit 49797c3Copy full SHA for 49797c3
test/functional/tool_wallet.py
@@ -348,7 +348,8 @@ def test_dump_createfromdump(self):
348
349
self.log.info('Checking createfromdump')
350
self.do_tool_createfromdump("load", "wallet.dump")
351
- self.do_tool_createfromdump("load-bdb", "wallet.dump", "bdb")
+ if self.is_bdb_compiled():
352
+ self.do_tool_createfromdump("load-bdb", "wallet.dump", "bdb")
353
if self.is_sqlite_compiled():
354
self.do_tool_createfromdump("load-sqlite", "wallet.dump", "sqlite")
355
0 commit comments