From: Yu Watanabe Date: Mon, 19 Sep 2022 14:40:34 +0000 (+0900) Subject: meson: make several tests run sequentially X-Git-Tag: v252-rc1~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c15ca357cb50db587294b34553298717219292;p=thirdparty%2Fsystemd.git meson: make several tests run sequentially Follow-up for f93ba375301e43900f1fe5a93a2b33b1efcc73e0. --- diff --git a/meson.build b/meson.build index 41a11087167..a1bedc220b4 100644 --- a/meson.build +++ b/meson.build @@ -3881,7 +3881,8 @@ foreach tuple : tests test(name, exe, env : test_env, timeout : timeout, - suite : suite) + suite : suite, + is_parallel : parallel) endif else message('Not compiling @0@ because @1@ is not true'.format(name, condition))