spec: fix the %check short evaluation

Version: 1.13.1-15
This commit is contained in:
Pavel Raiskup 2013-04-11 09:05:27 +02:00
parent b52bbc7bdc
commit f28d18c7a7
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ make install DESTDIR=%{buildroot}
%check %check
%if %{with check} %if %{with check}
make -k %{?_smp_mflags} check || cat ./test-suite.log && false make -k %{?_smp_mflags} check || ( cat ./test-suite.log && false )
%endif %endif
%post %post
@ -109,7 +109,7 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Apr 04 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-15 * Thu Apr 11 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-15
- tune %%check to show testsuite.log when failed - tune %%check to show testsuite.log when failed
* Tue Apr 02 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-14 * Tue Apr 02 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-14