aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-01-03 12:06:04 +0200
committerMarcoFalke <falke.marco@gmail.com>2018-01-03 12:07:52 +0200
commitd38d1a3e75aa97ffa8755ddd431754a6d0942964 (patch)
tree886c6b9743084b2764921c89bf071f81d233568b
parentc04cb48df9616fe107f6514f3cd12e77e3da66ab (diff)
parentfadf60e381006aa27689971771e83426fb7c0daa (diff)
downloadbitcoin-d38d1a3e75aa97ffa8755ddd431754a6d0942964.tar.xz
Merge #11965: qa: Note on test order in test_runner
fadf60e381 qa: Note on test order in test_runner (MarcoFalke) Pull request description: C.f. #11964 Tree-SHA512: 5f087965093722d9e7a3febddcc187e412bd0636a7ed2da60111668fe3bba6668110e25a38ddcccc0d0aae132611c56fa72f3f0c473fb3fb59e38be445edfcd5
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index bfd1192d3a..c0828d6647 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -130,6 +130,8 @@ BASE_SCRIPTS= [
'feature_logging.py',
'node_network_limited.py',
'conf_args.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
]
EXTENDED_SCRIPTS = [