aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-11-15 09:36:27 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-11-15 09:36:42 +0100
commit41a1b5f58ca59d2177dcadf834efd187fa3fba52 (patch)
tree2156d420db44c8a294f0b1f29fc28390ee0d57dc /test/functional/test_runner.py
parent8251316acb60b2f5c9c19ca5d9e457c5af3c110a (diff)
parentfadc4c72723d67a59d80d843c85b090ae22b463b (diff)
downloadbitcoin-41a1b5f58ca59d2177dcadf834efd187fa3fba52.tar.xz
Merge bitcoin/bitcoin#23046: test: Add txindex migration test
fadc4c72723d67a59d80d843c85b090ae22b463b test: Add txindex migration test (MarcoFalke) Pull request description: Test for #22626 ACKs for top commit: theStack: Tested ACK fadc4c72723d67a59d80d843c85b090ae22b463b 🌁 Tree-SHA512: fc7133ef52826bf0d4fa2ac72c3f1bed4a185ff7492396552ff2cbf6531b053238039211a710cbb949379c56875cd7715f1ed49a514dd3b3f1b46554e3d4bef5
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 2d84507151..37fc549922 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -296,6 +296,7 @@ BASE_SCRIPTS = [
'rpc_deriveaddresses.py --usecli',
'p2p_ping.py',
'rpc_scantxoutset.py',
+ 'feature_txindex_compatibility.py',
'feature_logging.py',
'feature_anchors.py',
'feature_coinstatsindex.py',