aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-01-25 13:28:02 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-01-25 16:20:00 +0100
commit75656adfd2020a059ab6bb2c8dfcd7b245feea7e (patch)
tree7138950ebd1ea88c3e2de19889b64a49bdc209fe /test/functional/test_runner.py
parent792d0d8d512cf8ddca200317b74ce550c1a1a428 (diff)
downloadbitcoin-75656adfd2020a059ab6bb2c8dfcd7b245feea7e.tar.xz
test: add functional test for `-maxtipage` parameter
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 eb2d030f4a..c56e4cb79c 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -198,6 +198,7 @@ BASE_SCRIPTS = [
'wallet_keypool.py --legacy-wallet',
'wallet_keypool.py --descriptors',
'wallet_descriptor.py --descriptors',
+ 'feature_maxtipage.py',
'p2p_nobloomfilter_messages.py',
'p2p_filter.py',
'rpc_setban.py',