aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-03-30 11:36:38 -0400
committerJohn Newbery <john@johnnewbery.com>2018-03-30 16:35:09 -0400
commit63048ec73d790ecbcfe3186f2520dac4460f56e3 (patch)
treed75c333348446efaa1cfd34c44b2a7d8762973d3 /test/functional/test_runner.py
parent8203c4c42ed8c033042c58db208fa565011b003f (diff)
downloadbitcoin-63048ec73d790ecbcfe3186f2520dac4460f56e3.tar.xz
[tests] Test starting bitcoind with -h and -version
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 39f1180a45..a2e92dce3b 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -138,6 +138,7 @@ BASE_SCRIPTS= [
'p2p_node_network_limited.py',
'feature_blocksdir.py',
'feature_config_args.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
]