Disable upgrades tests that require BDB if BDB is not compiled

This commit is contained in:
Andrew Chow 2020-10-29 15:50:40 -04:00
parent 1f20cac9d4
commit c77975abc0

View file

@ -354,6 +354,8 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
hdkeypath = v17_info["hdkeypath"]
pubkey = v17_info["pubkey"]
if self.is_bdb_compiled():
# Old wallets are BDB and will only work if BDB is compiled
# Copy the 0.16 wallet to the last Bitcoin Core version and open it:
shutil.copyfile(
os.path.join(node_v16_wallets_dir, "wallets/u1_v16"),