From e4a54af6b851b9f884500087c44f75815d40c559 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Thu, 25 Nov 2021 17:34:34 +0100 Subject: test: add wallet_transactiontime_rescan.py --descriptors to test_runner.py --- test/functional/test_runner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3