Remove empty ifnarch

If test were failing on some architectures, we don't know on which. This
could be re-added if tests will be failing again on koji.
This commit is contained in:
Marcela Mašláňová 2011-05-17 14:45:59 +02:00
parent 9576257619
commit 0cc0ea5905

View File

@ -1172,14 +1172,12 @@ sed \
#%%{_fixperms} %%{buildroot}%%{perl5_testdir}
%check
%ifnarch
%if %{parallel_tests}
JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
LC_ALL=C TEST_JOBS=$JOBS make test_harness
%else
LC_ALL=C make test
%endif
%endif
%post libs -p /sbin/ldconfig