aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@gmail.com>2019-09-17 10:57:46 -0400
committerJames O'Beirne <james.obeirne@gmail.com>2019-11-05 13:36:04 -0500
commit92b2f5306ba0b3f031293cb8f415b67cb002c2f1 (patch)
tree6da8a0178a52400a309db6a16db305780579ef4a /test/functional/test_runner.py
parentc1ccbc3ddef931896a7e9dcfa6704e305a69fbff (diff)
downloadbitcoin-92b2f5306ba0b3f031293cb8f415b67cb002c2f1.tar.xz
test: add dumptxoutset RPC 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 e0b523b718..2938c54a35 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -190,6 +190,7 @@ BASE_SCRIPTS = [
'rpc_uptime.py',
'wallet_resendwallettransactions.py',
'wallet_fallbackfee.py',
+ 'rpc_dumptxoutset.py',
'feature_minchainwork.py',
'rpc_getblockstats.py',
'wallet_create_tx.py',