diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-08-25 04:26:41 +1000 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-08-24 21:26:41 +0300 |
| commit | 4ebce2c3f25d98f9ba49d9fcc343ffbe760363af (patch) | |
| tree | 9620b6f72a4c713e30c90c5c5e5823cd24a98bd3 /mesonbuild/mintro.py | |
| parent | e3b21de5630e009f130d2e160a6fc125b5f84e31 (diff) | |
| download | meson-4ebce2c3f25d98f9ba49d9fcc343ffbe760363af.tar.gz | |
Add test priorities to force test start order
Diffstat (limited to 'mesonbuild/mintro.py')
| -rw-r--r-- | mesonbuild/mintro.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py index 1d3014946..49eef0af0 100644 --- a/mesonbuild/mintro.py +++ b/mesonbuild/mintro.py @@ -321,6 +321,7 @@ def get_test_list(testdata): to['timeout'] = t.timeout to['suite'] = t.suite to['is_parallel'] = t.is_parallel + to['priority'] = t.priority result.append(to) return result |
