aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-08-22 01:33:34 +0100
committerMarcoFalke <falke.marco@gmail.com>2018-10-24 22:02:15 -0400
commit24d796a6cc96ac351377355000bdb248b718bc7b (patch)
tree52000297812bd47216628d1e6790cced6beffb0c /test/functional/test_runner.py
parent168efeaca6bbb9158f7731f5d72ae75b2320ca2c (diff)
downloadbitcoin-24d796a6cc96ac351377355000bdb248b718bc7b.tar.xz
test: Add tests for RPC help
Github-Pull: #14020 Rebased-From: 6af6d9b23dae4edd20c3dad49c835caabf3909b5
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 feea2a327a..13c687fd92 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -152,6 +152,7 @@ BASE_SCRIPTS = [
'p2p_node_network_limited.py',
'feature_blocksdir.py',
'feature_config_args.py',
+ 'rpc_help.py',
'feature_help.py',
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time