diff --git a/test/functional/mandatory_coinbase.py b/test/functional/feature_mandatory_coinbase.py similarity index 100% rename from test/functional/mandatory_coinbase.py rename to test/functional/feature_mandatory_coinbase.py diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index feea2a327a..7c9d72af17 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -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 ]