From 78781f2d2e4e4cd4cdf402792e2f40ab433cfa37 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 8 Jan 2023 13:28:58 +0000 Subject: [PATCH] macros: Meson does not support parallel tests Signed-off-by: Michael Tremer --- macros/meson.macro | 1 - 1 file changed, 1 deletion(-) diff --git a/macros/meson.macro b/macros/meson.macro index affcb05b..07ffad22 100644 --- a/macros/meson.macro +++ b/macros/meson.macro @@ -37,5 +37,4 @@ meson_install = \ meson_test = \ %{__meson} test \ -C %{DISTRO_MACHINE} \ - %{PARALLELISMFLAGS} \ --print-errorlogs -- 2.47.3