diff options
author | Jon Atack <jon@atack.com> | 2019-11-24 12:55:00 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-01-03 19:51:08 +0100 |
commit | 8bb405bbadf11391ccba7b334b4cfe66dc85b390 (patch) | |
tree | 702330973fb73fe4e662bd9b26ee498a1be42ee7 /test/functional/test_runner.py | |
parent | 60aba1f2f11529add115d963d05599130288ae28 (diff) |
test: getaddressinfo labels purpose deprecation test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 110733c529..acb559911b 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -212,6 +212,7 @@ BASE_SCRIPTS = [ 'p2p_permissions.py', 'feature_blocksdir.py', 'feature_config_args.py', + 'rpc_getaddressinfo_labels_purpose_deprecation.py', 'rpc_help.py', 'feature_help.py', 'feature_shutdown.py', |