commit | a0b8c3ecb418a8d5fcf992a3250fd3634b5cb563 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Fri Apr 24 09:24:22 2020 -0500 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Fri Apr 24 12:43:17 2020 -0500 |
tree | 5a349fad560a797fa563ebbb4bae32fb46561df3 | |
parent | b3492219385ba41f9f8167a68e3f56a2b6cdd7a9 [diff] [blame] |
Do not run colliding tests at same time
diff --git a/meson.build b/meson.build index 7bacdfc..975d56c 100644 --- a/meson.build +++ b/meson.build
@@ -108,6 +108,7 @@ test( 'jsonchecker_jsontestrunner', python, + is_parallel : false, args : [ '-B', join_paths(meson.current_source_dir(), 'test/runjsontests.py'),