diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-01-15 20:34:07 -1000 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-07-15 21:18:11 +0100 |
commit | be98b2d9a8fcb5f0e29ea88f026d604442fe984c (patch) | |
tree | 68558c25134f3d127e704de8ef9b3958a90416ac /test/functional/test_runner.py | |
parent | eec7cf7b33cafac6a969bce38905cbacda56b1a5 (diff) |
[QA] Add scantxoutset 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 65e4c0817e..dcf04c39e1 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -140,6 +140,7 @@ BASE_SCRIPTS = [ 'feature_uacomment.py', 'p2p_unrequested_blocks.py', 'feature_includeconf.py', + 'rpc_scantxoutset.py', 'feature_logging.py', 'p2p_node_network_limited.py', 'feature_blocksdir.py', |