diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-11-06 15:34:06 -0500 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2021-01-27 12:52:46 -0500 |
commit | fbaea7bfe44822710a36601c6b0febbd5e33dfbd (patch) | |
tree | 3f73564a1ed79c98d4b2a3f78d0916082381a9ce /test/functional/wallet_upgradewallet.py | |
parent | b1b679e0ab7a9981e3e78424fe8836edd59abf6f (diff) |
Require legacy wallet for wallet_upgradewallet.py
Diffstat (limited to 'test/functional/wallet_upgradewallet.py')
-rwxr-xr-x | test/functional/wallet_upgradewallet.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_upgradewallet.py b/test/functional/wallet_upgradewallet.py index d0bb6135a8..fbc0f995d2 100755 --- a/test/functional/wallet_upgradewallet.py +++ b/test/functional/wallet_upgradewallet.py @@ -57,6 +57,7 @@ class UpgradeWalletTest(BitcoinTestFramework): def skip_test_if_missing_module(self): self.skip_if_no_wallet() + self.skip_if_no_bdb() self.skip_if_no_previous_releases() def setup_network(self): |