From 4f458499a56b1f2aa5488538f4a6ca215619839d Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jul 09 2020 07:54:04 +0000 Subject: Print error logs if tests fail --- 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 #############################################################################################