diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-04-03 18:49:36 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-10-14 11:28:18 -0400 |
commit | 310b0fde04639b7446efd5c1d2701caa4b991b86 (patch) | |
tree | 52925901267bf787e52c3d6e1bc830c67c78fa00 /test/functional/test_runner.py | |
parent | 6c6639ac9f6e1677da066cf809f9e3fa4d2e7c32 (diff) |
Run dumpwallet for legacy wallets only in wallet_backup.py
Descriptor wallets don't support dumpwallet, so make the tests that do
dumpwallet legacy wallet only.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 2e757d7090..6bd4f20df9 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -88,6 +88,7 @@ BASE_SCRIPTS = [ 'wallet_hd.py', 'wallet_hd.py --descriptors', 'wallet_backup.py', + 'wallet_backup.py --descriptors', # vv Tests less than 5m vv 'mining_getblocktemplate_longpoll.py', 'feature_maxuploadtarget.py', |