From 61fb410c0d9bc9e5fe4e3c52b4c519d49faf15f6 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Thu, 9 Dec 2021 16:20:51 +0100 Subject: [PATCH] test: add feature_coinstatsindex.py --descriptors to test_runner.py --- test/functional/test_runner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 0a764a17556..675f9aa8ffc 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -304,7 +304,8 @@ BASE_SCRIPTS = [ 'feature_txindex_compatibility.py', 'feature_logging.py', 'feature_anchors.py', - 'feature_coinstatsindex.py', + 'feature_coinstatsindex.py --legacy-wallet', + 'feature_coinstatsindex.py --descriptors', 'wallet_orphanedreward.py', 'p2p_node_network_limited.py', 'p2p_permissions.py',