]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: make several tests run sequentially
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 19 Sep 2022 14:40:34 +0000 (23:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 19 Sep 2022 17:56:57 +0000 (02:56 +0900)
Follow-up for f93ba375301e43900f1fe5a93a2b33b1efcc73e0.

meson.build

index 41a110871675b8f5ce2bf3adc8798b6e52c54da5..a1bedc220b430a444e7515fddd38e0fa9c7fcb2d 100644 (file)
@@ -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))