aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2020-10-19 15:32:54 +0200
committerVasil Dimov <vd@FreeBSD.org>2022-03-02 15:42:40 +0100
commit7d64ea4a01920bb55bc6de0de6766712ec792a11 (patch)
tree75722477417ad2a8c3600dd8634d57befcdce58a /test/functional/test_runner.py
parent0cfc0cd32239d3c08d2121e028b297022450b320 (diff)
downloadbitcoin-7d64ea4a01920bb55bc6de0de6766712ec792a11.tar.xz
net: only assume all local addresses if listening on any
If `-bind=` is provided then we would bind only to a particular address and should not add all the other addresses of the machine to the list of local addresses. Fixes https://github.com/bitcoin/bitcoin/issues/20184 (case 4.)
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 33afbfef6f..b0f24e3b97 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -292,6 +292,7 @@ BASE_SCRIPTS = [
'feature_loadblock.py',
'p2p_dos_header_tree.py',
'p2p_add_connections.py',
+ 'feature_bind_port_discover.py',
'p2p_unrequested_blocks.py',
'p2p_blockfilters.py',
'p2p_message_capture.py',