enable check
This commit is contained in:
parent
435657911b
commit
f9162b0ad9
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libreport
|
||||
Version: 2.15.2
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPLv2+
|
||||
Summary: Generic library for reporting various problems
|
||||
URL: https://abrt.readthedocs.org/
|
||||
@ -141,12 +141,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
|
||||
@ -316,6 +316,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_mandir}/man5/bugzilla_format_kernel.conf.5.*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2023 shixuantong <shixuantong1@huawei.com> - 2.15.2-6
|
||||
- enable check
|
||||
|
||||
* Thu Dec 29 2022 guojin17 <guoj17@chinatelecom.cn> - 2.15.2-5
|
||||
- Avoid direct use of libproxy
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user