aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-20 14:41:32 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-11-09 12:05:45 +0100
commitfadc4c72723d67a59d80d843c85b090ae22b463b (patch)
treef81f438db203c23e4fcda9a27dd767ff258acb1e /test/functional/test_runner.py
parent94db963de501e4aba6e5d8150a01ceb85753dee1 (diff)
downloadbitcoin-fadc4c72723d67a59d80d843c85b090ae22b463b.tar.xz
test: Add txindex migration test
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 916cd94b79..fe974a1122 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',