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 b1b679e commit fbaea7bCopy full SHA for fbaea7b
test/functional/test_runner.py
@@ -225,7 +225,7 @@
225
'wallet_import_rescan.py --legacy-wallet',
226
'wallet_import_with_label.py --legacy-wallet',
227
'wallet_importdescriptors.py --descriptors',
228
- 'wallet_upgradewallet.py',
+ 'wallet_upgradewallet.py --legacy-wallet',
229
'rpc_bind.py --ipv4',
230
'rpc_bind.py --ipv6',
231
'rpc_bind.py --nonloopback',
test/functional/wallet_upgradewallet.py
@@ -57,6 +57,7 @@ def set_test_params(self):
57
58
def skip_test_if_missing_module(self):
59
self.skip_if_no_wallet()
60
+ self.skip_if_no_bdb()
61
self.skip_if_no_previous_releases()
62
63
def setup_network(self):
0 commit comments