rename mandatory coinbase test, add it to test_runner list

This commit is contained in:
Gregory Sanders 2018-10-22 09:49:07 -04:00
parent 101ec23faa
commit 2d6f1374c2
2 changed files with 1 additions and 0 deletions

View file

@ -153,6 +153,7 @@ BASE_SCRIPTS = [
'feature_blocksdir.py',
'feature_config_args.py',
'feature_help.py',
'feature_mandatory_coinbase.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
]