From efbfecd3753c149dc598b82b5babf834551a8688 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 16 Feb 2023 10:21:53 +0800 Subject: [PATCH] enable check (cherry picked from commit 829f78d964a284d858caa37f589ac2dfc7be7836) --- libreport.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libreport.spec b/libreport.spec index db8deba..b16403f 100644 --- a/libreport.spec +++ b/libreport.spec @@ -2,7 +2,7 @@ Name: libreport Version: 2.15.2 -Release: 2 +Release: 3 License: GPLv2+ Summary: Generic library for reporting various problems URL: https://abrt.readthedocs.org/ @@ -138,12 +138,12 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/workflows/ rm -f %{buildroot}/%{_infodir}/dir %check -#make check|| { +make check|| { # find and print the logs of failed test # do not cat tests/testsuite.log because it contains a lot of bloat - # find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \; - # exit 1 -# } + find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \; + exit 1 +} %post /sbin/ldconfig @@ -313,6 +313,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man5/bugzilla_format_kernel.conf.5.* %changelog +* Thu Feb 16 2023 shixuantong - 2.15.2-3 +- enable check + * Thu Oct 27 2022 dongyuzhen - 2.15.2-2 - Rebuild for next release -- Gitee