From: Petr Písař Date: Wed, 12 Mar 2025 10:04:21 +0000 (+0100) Subject: Print test log in case of a test failure X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42f5a0df7daa8484021c354a6e978c398479eda1;p=location%2Ffedora%2Flibloc.git Print test log in case of a test failure --- diff --git a/libloc.spec b/libloc.spec index 055c051..9196b5a 100644 --- a/libloc.spec +++ b/libloc.spec @@ -261,7 +261,7 @@ chmod 0644 %{buildroot}/%{python3_sitelib}/%{name}-%{version}.dist-info/METADATA %check unset LOC_LOG -make check %{?_smp_mflags} +make check %{?_smp_mflags} || (cat ./test-suite.log; exit 1) %post tools %systemd_post location-update.service