[tests] Test starting bitcoind with -h and -version

This commit is contained in:
John Newbery
2018-03-30 11:36:38 -04:00
parent 8203c4c42e
commit 63048ec73d
2 changed files with 43 additions and 0 deletions

View File

@@ -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
]