From e8ca28648af82de972c21ff37e30ba7176b10e1e Mon Sep 17 00:00:00 2001 From: jorton Date: Dec 02 2005 09:28:04 +0000 Subject: - avoid concurrent build issues a bit --- diff --git a/apr.spec b/apr.spec index 550eb54..1fdc6d2 100644 --- a/apr.spec +++ b/apr.spec @@ -55,11 +55,15 @@ C data structures and routines. make %{?_smp_mflags} && make dox %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 make %{?_smp_mflags} testall ./testall -v -q || exit 1 popd +%endif %install rm -rf $RPM_BUILD_ROOT