From 4f458499a56b1f2aa5488538f4a6ca215619839d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 9 Jul 2020 09:54:04 +0200 Subject: [PATCH] Print error logs if tests fail --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 36bc608..3f64fe1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -524,7 +524,7 @@ EOF %check %if %{with tests} -meson test -C %{_vpath_builddir} -t 6 +meson test -C %{_vpath_builddir} -t 6 --print-errorlogs %endif #############################################################################################