Fix test broken by update in zlib on s390x
This commit is contained in:
parent
6983547d41
commit
dd92f4daf0
@ -4692,11 +4692,19 @@ pushd t
|
||||
popd
|
||||
%if %{parallel_tests}
|
||||
JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
|
||||
%ifarch s390 s390x
|
||||
LC_ALL=C TEST_JOBS=$JOBS make test_harness DFLTCC=0
|
||||
%else
|
||||
LC_ALL=C TEST_JOBS=$JOBS make test_harness
|
||||
%endif
|
||||
%else
|
||||
%ifarch s390 s390x
|
||||
LC_ALL=C make test DFLTCC=0
|
||||
%else
|
||||
LC_ALL=C make test
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user