aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2018-01-15 20:34:07 -1000
committerJonas Schnelli <dev@jonasschnelli.ch>2018-07-15 21:18:11 +0100
commitbe98b2d9a8fcb5f0e29ea88f026d604442fe984c (patch)
tree68558c25134f3d127e704de8ef9b3958a90416ac /test/functional/test_runner.py
parenteec7cf7b33cafac6a969bce38905cbacda56b1a5 (diff)
downloadbitcoin-be98b2d9a8fcb5f0e29ea88f026d604442fe984c.tar.xz
[QA] Add scantxoutset 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 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',