Re-enable tests.

This commit is contained in:
Marcela Mašláňová 2010-09-30 14:57:20 +02:00
parent 48e37975b4
commit a0944f4336
1 changed files with 2 additions and 2 deletions

View File

@ -1157,9 +1157,9 @@ rm -rf $RPM_BUILD_ROOT
%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
LC_ALL=C TEST_JOBS=$JOBS make test_harness
%else
#LC_ALL=C make test
LC_ALL=C make test
%endif
%endif