[subversion] re-enable test suite

jorton jorton at fedoraproject.org
Fri Mar 30 20:48:18 UTC 2012


commit 8bc4866090bb7b67020b6264674a7274a2035ff3
Author: Joe Orton <jorton at redhat.com>
Date:   Fri Mar 30 21:47:50 2012 +0100

    re-enable test suite

 subversion.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/subversion.spec b/subversion.spec
index b308bd2..49a35e4 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -1,5 +1,5 @@
 # set to zero to avoid running test suite
-%define make_check 0
+%define make_check 1
 
 %define with_java 1
 %define with_kwallet 1
@@ -17,7 +17,7 @@
 Summary: A Modern Concurrent Version Control System
 Name: subversion
 Version: 1.7.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: ASL 2.0
 Group: Development/Tools
 URL: http://subversion.apache.org/
@@ -317,8 +317,8 @@ cat %{name}.lang exclude.tools.files >> %{name}.files
 %check
 export LANG=C LC_ALL=C
 export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
-export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
-export LIBC_FATAL_STDERR_=1
+#export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
+#export LIBC_FATAL_STDERR_=1
 if ! make check check-swig-pl check-swig-py CLEANUP=yes; then
    : Test suite failure.
    cat fails.log
@@ -457,6 +457,9 @@ fi
 %endif
 
 %changelog
+* Fri Mar 30 2012 Joe Orton <jorton at redhat.com> - 1.7.4-3
+- re-enable test suite
+
 * Fri Mar 30 2012 Joe Orton <jorton at redhat.com> - 1.7.4-2
 - fix build with httpd 2.4
 


More information about the scm-commits mailing list