aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2020-12-10 11:43:46 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2021-02-16 10:30:37 +0100
commitab3a0a2fb915d8b8384c30a8b38b4b5cc35236fd (patch)
tree64aca5dabb3162bf9f1a89733fcbfe78ed37bc4e /test/functional/test_runner.py
parentc286a22f7b63a8bd336d5d7606c339053ee0054b (diff)
downloadbitcoin-ab3a0a2fb915d8b8384c30a8b38b4b5cc35236fd.tar.xz
Add functional test for blockfilterindex in prune-mode
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 1e7d9e4b0d..d744ac218c 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -288,6 +288,7 @@ BASE_SCRIPTS = [
'feature_help.py',
'feature_shutdown.py',
'p2p_ibd_txrelay.py',
+ 'feature_blockfilterindex_prune.py'
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time
]