Make check non-fatal

el9
Leigh Scott 4 years ago
parent b4c36b75b6
commit 3baadf2c7c

@ -468,11 +468,7 @@ rm -rf %{buildroot}%{_datadir}/kde4
%if 0%{?el7}
. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
%ifnarch %{arm} %{arm64}
make check
%else
make check || :
%endif
%ldconfig_scriptlets core

Loading…
Cancel
Save