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

Github-Pull: #12843
Rebased-From: 63048ec73d
This commit is contained in:
John Newbery
2018-03-30 11:36:38 -04:00
committed by MarcoFalke
parent 4bdb0ce517
commit df38b130d9
2 changed files with 43 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ BASE_SCRIPTS= [
'feature_logging.py',
'p2p_node_network_limited.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
]