diff --git a/rpm.spec b/rpm.spec index 9b15831..279bec9 100644 --- a/rpm.spec +++ b/rpm.spec @@ -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