aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-03 16:44:58 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-05 10:26:03 +0200
commitfab0b55cf060c2b14fae5cee13f0a2dcaebde892 (patch)
tree98a325993a82a9f45fb39755a204d996c6e96d70 /test/functional/test_runner.py
parentfacce4ca44bc206b7656e297a7fa5dfb83a01012 (diff)
downloadbitcoin-fab0b55cf060c2b14fae5cee13f0a2dcaebde892.tar.xz
addrman: Fix format string in deserialize error
Also add a regression 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 d6d676da1f..3792d751de 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -282,6 +282,7 @@ BASE_SCRIPTS = [
'p2p_blockfilters.py',
'p2p_message_capture.py',
'feature_includeconf.py',
+ 'feature_addrman.py',
'feature_asmap.py',
'mempool_unbroadcast.py',
'mempool_compatibility.py',