Revert tests to the old logic.
This commit is contained in:
parent
b725d86c88
commit
ba49bc1e5c
@ -4,7 +4,7 @@
|
|||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 1.3.7
|
Version: 1.3.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -134,7 +134,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/apr-util-%{apuver}/*.*a
|
|||||||
%check
|
%check
|
||||||
# Run the less verbose test suites
|
# Run the less verbose test suites
|
||||||
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -184,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-2
|
||||||
|
- revert tests
|
||||||
|
|
||||||
* Mon Jun 8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-1
|
* Mon Jun 8 2009 Bojan Smojver <bojan@rexursive.com> - 1.3.7-1
|
||||||
- bump up to 1.3.7
|
- bump up to 1.3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user