diff options
| author | MarcoFalke <[email protected]> | 2018-01-03 12:06:04 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-01-03 12:07:52 +0200 |
| commit | d38d1a3e75aa97ffa8755ddd431754a6d0942964 (patch) | |
| tree | 886c6b9743084b2764921c89bf071f81d233568b | |
| parent | Merge #12077: [Docs] Correct `sendmany` curl example (diff) | |
| parent | qa: Note on test order in test_runner (diff) | |
| download | discoin-d38d1a3e75aa97ffa8755ddd431754a6d0942964.tar.xz discoin-d38d1a3e75aa97ffa8755ddd431754a6d0942964.zip | |
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-x | test/functional/test_runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index bfd1192d3..c0828d664 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 = [ |