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:
parent
9576257619
commit
0cc0ea5905
@ -1172,14 +1172,12 @@ sed \
|
|||||||
#%%{_fixperms} %%{buildroot}%%{perl5_testdir}
|
#%%{_fixperms} %%{buildroot}%%{perl5_testdir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifnarch
|
|
||||||
%if %{parallel_tests}
|
%if %{parallel_tests}
|
||||||
JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
|
JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
|
||||||
LC_ALL=C TEST_JOBS=$JOBS make test_harness
|
LC_ALL=C TEST_JOBS=$JOBS make test_harness
|
||||||
%else
|
%else
|
||||||
LC_ALL=C make test
|
LC_ALL=C make test
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
%post libs -p /sbin/ldconfig
|
%post libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user