- avoid concurrent build issues a bit
This commit is contained in:
parent
7ceff4646c
commit
e8ca28648a
6
apr.spec
6
apr.spec
@ -55,11 +55,15 @@ C data structures and routines.
|
|||||||
make %{?_smp_mflags} && make dox
|
make %{?_smp_mflags} && make dox
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Run non-interactive tests
|
%ifnarch s390 ppc
|
||||||
|
# Run non-interactive tests. Skip on platforms which several
|
||||||
|
# builds might be run concurrently since the test suite binds
|
||||||
|
# to fixed port numbers in a few places.
|
||||||
pushd test
|
pushd test
|
||||||
make %{?_smp_mflags} testall
|
make %{?_smp_mflags} testall
|
||||||
./testall -v -q || exit 1
|
./testall -v -q || exit 1
|
||||||
popd
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user