don't ignore test results

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-07-31 14:48:02 +02:00
parent 31f6752731
commit 4341d10fdf
1 changed files with 2 additions and 4 deletions

View File

@ -518,10 +518,8 @@ rm -f $RPM_BUILD_ROOT/%{rpmhome}/{tcl.req,osgideps.pl}
%if %{with check}
%check
# We ignore tests for now due to _debugsource_packages breaking tests
# https://github.com/rpm-software-management/rpm/issues/277
make check || :
[ "$(ls -A tests/rpmtests.dir)" ] && cat tests/rpmtests.log
make check
#[ "$(ls -A tests/rpmtests.dir)" ] && cat tests/rpmtests.log
%endif
%post libs -p /sbin/ldconfig