Skip to content

Commit 49797c3

Browse files
committed
tests: Disable bdb dump test when no bdb
1 parent 1194cf9 commit 49797c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/tool_wallet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ def test_dump_createfromdump(self):
348348

349349
self.log.info('Checking createfromdump')
350350
self.do_tool_createfromdump("load", "wallet.dump")
351-
self.do_tool_createfromdump("load-bdb", "wallet.dump", "bdb")
351+
if self.is_bdb_compiled():
352+
self.do_tool_createfromdump("load-bdb", "wallet.dump", "bdb")
352353
if self.is_sqlite_compiled():
353354
self.do_tool_createfromdump("load-sqlite", "wallet.dump", "sqlite")
354355

0 commit comments

Comments
 (0)