From 0cc0ea5905933e0c336cad8668a125c54e4e3bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 17 May 2011 14:45:59 +0200 Subject: [PATCH] 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. --- perl.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl.spec b/perl.spec index fd5bc9e..92a9ef0 100644 --- a/perl.spec +++ b/perl.spec @@ -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