From 7aba950aa4eafc933b302e789620dd9c7e077f63 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mar 04 2016 18:24:11 +0000 Subject: Output test-suite.log on test failures --- diff --git a/systemd.spec b/systemd.spec index ea58dc7..528501f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -393,7 +393,7 @@ install -Dm0644 %{SOURCE9} %{buildroot}%{_pkgdocdir}/ %find_lang %{name} %check -make check VERBOSE=1 +make check VERBOSE=1 || { cat test-suite.log; exit 1; } # Check for botched translations (https://bugzilla.redhat.com/show_bug.cgi?id=1226566) test -z "$(grep -L xml:lang %{buildroot}%{_datadir}/polkit-1/actions/org.freedesktop.*.policy)"