aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-12-20 15:05:31 -0500
committerMarcoFalke <falke.marco@gmail.com>2017-12-21 08:56:40 -0500
commitfadf60e381006aa27689971771e83426fb7c0daa (patch)
treea6f1b1ce8a565ff396e8f2cdfddae279f5004534 /test/functional/test_runner.py
parent79399c8cd0b6030034eea5feed3a7523e369b256 (diff)
downloadbitcoin-fadf60e381006aa27689971771e83426fb7c0daa.tar.xz
qa: Note on test order in test_runner
Diffstat (limited to 'test/functional/test_runner.py')
-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 = [