From ba49bc1e5c0fa4730875d4437573753749c0cd87 Mon Sep 17 00:00:00 2001 From: bojan Date: Mon, 8 Jun 2009 05:43:58 +0000 Subject: [PATCH] Revert tests to the old logic. --- apr-util.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/apr-util.spec b/apr-util.spec index af5d891..b84f73a 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util Version: 1.3.7 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -134,7 +134,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/apr-util-%{apuver}/*.*a %check # Run the less verbose test suites export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) -make %{?_smp_mflags} check +cd test +make %{?_smp_mflags} testall +# testall breaks with DBD DSO; ignore +LD_LIBRARY_PATH="`echo "../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`" +export LD_LIBRARY_PATH +./testall -v -q || true +./testall testrmm +./testall testdbm %clean rm -rf $RPM_BUILD_ROOT @@ -184,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Mon Jun 8 2009 Bojan Smojver - 1.3.7-2 +- revert tests + * Mon Jun 8 2009 Bojan Smojver - 1.3.7-1 - bump up to 1.3.7