aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-12-09 16:20:51 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-12-09 16:40:52 +0100
commit61fb410c0d9bc9e5fe4e3c52b4c519d49faf15f6 (patch)
tree294bb79dd7b6c04ab698c89257eb4a0d6f20e846 /test/functional/test_runner.py
parent50b044a88e3cfa67e28261333e658f4288d54018 (diff)
downloadbitcoin-61fb410c0d9bc9e5fe4e3c52b4c519d49faf15f6.tar.xz
test: add feature_coinstatsindex.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 0a764a1755..675f9aa8ff 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',