let that damn check fail if it fails

This commit is contained in:
Eike Rathke 2016-04-05 19:44:19 +01:00
parent 16926396cd
commit 35290680bb

View File

@ -129,7 +129,7 @@ install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config
if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then
exit 1
fi
make %{?_smp_mflags} -C source check ||:
make %{?_smp_mflags} -C source check
# log available codes
pushd source