aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-02 22:09:30 +0800
committerMarcoFalke <falke.marco@gmail.com>2020-04-02 23:29:32 +0800
commitfa1da3d4bfc0511a89f5b19d5a4d89e55ff7ccde (patch)
tree2fce1967ce13682d30398d0b34aab91d46d75262 /test/functional/test_runner.py
parentfa1793c1c44a3f75a09f9c636467b8274c541bdd (diff)
downloadbitcoin-fa1da3d4bfc0511a89f5b19d5a4d89e55ff7ccde.tar.xz
test: Add basic addr relay 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 ce9b37edfb..d6181af934 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -144,6 +144,7 @@ BASE_SCRIPTS = [
'rpc_blockchain.py',
'rpc_deprecated.py',
'wallet_disable.py',
+ 'p2p_addr_relay.py',
'rpc_net.py',
'wallet_keypool.py',
'p2p_mempool.py',