test: add feature_coinstatsindex.py --descriptors to test_runner.py

This commit is contained in:
Sebastian Falbesoner 2021-12-09 16:20:51 +01:00
parent 50b044a88e
commit 61fb410c0d

View file

@ -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',