diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-11-25 17:34:34 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-11-25 17:34:34 +0100 |
commit | e4a54af6b851b9f884500087c44f75815d40c559 (patch) | |
tree | 908cb8f9a1aa10305c35a6588bd693b50d86310f /test/functional | |
parent | b60e02e993ce9fc3520e1ec5e85423dcefb06f2d (diff) |
test: add wallet_transactiontime_rescan.py --descriptors to test_runner.py
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/test_runner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index ab5740d1aa..0f6f9bbcdf 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -178,7 +178,8 @@ BASE_SCRIPTS = [ 'rpc_rawtransaction.py --legacy-wallet', 'rpc_rawtransaction.py --descriptors', 'wallet_groups.py --legacy-wallet', - 'wallet_transactiontime_rescan.py', + 'wallet_transactiontime_rescan.py --descriptors', + 'wallet_transactiontime_rescan.py --legacy-wallet', 'p2p_addrv2_relay.py', 'wallet_groups.py --descriptors', 'p2p_compactblocks_hb.py', |