From 2d6f1374c2b2aaaafd30ee90ffccc6561b137e04 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Mon, 22 Oct 2018 09:49:07 -0400 Subject: [PATCH] rename mandatory coinbase test, add it to test_runner list --- .../{mandatory_coinbase.py => feature_mandatory_coinbase.py} | 0 test/functional/test_runner.py | 1 + 2 files changed, 1 insertion(+) rename test/functional/{mandatory_coinbase.py => feature_mandatory_coinbase.py} (100%) 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 ]