From 42f5a0df7daa8484021c354a6e978c398479eda1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 12 Mar 2025 11:04:21 +0100 Subject: [PATCH] Print test log in case of a test failure --- libloc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3