Re-enable tests.
This commit is contained in:
parent
48e37975b4
commit
a0944f4336
@ -1157,9 +1157,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ifnarch
|
%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
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user