aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorbruno <bgarcia@3xbit.com.br>2021-03-02 10:52:02 -0300
committerbruno <bgarcia@3xbit.com.br>2021-03-19 20:30:52 -0300
commit581791c62067403fbeb4e1fd88c1d80549627c94 (patch)
tree8d93dc5596d3c6acc9e35eed7bf201bca2e73c68 /test/functional/test_runner.py
parentb9f41df1ead4b6a83a51fc41966b111c8459c313 (diff)
downloadbitcoin-581791c62067403fbeb4e1fd88c1d80549627c94.tar.xz
test: add functional test for anchors.dat
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 79ad2cf161..28d3518715 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -279,6 +279,7 @@ BASE_SCRIPTS = [
'p2p_ping.py',
'rpc_scantxoutset.py',
'feature_logging.py',
+ 'feature_anchors.py',
'p2p_node_network_limited.py',
'p2p_permissions.py',
'feature_blocksdir.py',