aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2021-06-23 10:57:28 +0200
committerVasil Dimov <vd@FreeBSD.org>2021-07-09 11:19:37 +0200
commit41cda9d075ebcab1dbb950160ebe9d0ba7b5745e (patch)
tree3090758b4a26ef20c6229d73228d7e535772bfb9 /test/functional/test_runner.py
parent4f432bd738c420512a86a51ab3e00323f396b89e (diff)
downloadbitcoin-41cda9d075ebcab1dbb950160ebe9d0ba7b5745e.tar.xz
test: ensure I2P ports are handled as expected
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 ad1acd2e2f..fbd9d6028a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -291,6 +291,7 @@ BASE_SCRIPTS = [
'p2p_permissions.py',
'feature_blocksdir.py',
'wallet_startup.py',
+ 'p2p_i2p_ports.py',
'feature_config_args.py',
'feature_settings.py',
'rpc_getdescriptorinfo.py',