aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-11-25 17:34:34 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-11-25 17:34:34 +0100
commite4a54af6b851b9f884500087c44f75815d40c559 (patch)
tree908cb8f9a1aa10305c35a6588bd693b50d86310f /test/functional/test_runner.py
parentb60e02e993ce9fc3520e1ec5e85423dcefb06f2d (diff)
downloadbitcoin-e4a54af6b851b9f884500087c44f75815d40c559.tar.xz
test: add wallet_transactiontime_rescan.py --descriptors to test_runner.py
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py3
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',