[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r798718 - in /apr/apr/trunk: CHANGES build/rpm/apr.spec.in
From:       minfrin () apache ! org
Date:       2009-07-28 22:02:21
Message-ID: 20090728220221.BA9C523888E7 () eris ! apache ! org
[Download RAW message or body]

Author: minfrin
Date: Tue Jul 28 22:02:21 2009
New Revision: 798718

URL: http://svn.apache.org/viewvc?rev=798718&view=rev
Log:
Make sure that "make check" is used in the RPM spec file, so that
the crypto, dbd and dbm tests pass.

Modified:
    apr/apr/trunk/CHANGES
    apr/apr/trunk/build/rpm/apr.spec.in

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=798718&r1=798717&r2=798718&view=diff
 ==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Tue Jul 28 22:02:21 2009
@@ -1,13 +1,14 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 2.0.0
 
+  *) Make sure that "make check" is used in the RPM spec file, so that
+     the crypto, dbd and dbm tests pass. [Graham Leggett]
+
   *) Make sure the mysql version of dbd_mysql_get_entry() respects the
      rule that if the column number exceeds the number of columns, we
      return NULL. [Graham Leggett]
 
-  *) Make sure the LD_LIBRARY_PATH is sensible when running the tests
-     from the RPM build, so that the crypto, dbd and dbm tests pass.
-     Transfer the apr-util spec file contents to apr.spec. [Graham
+  *) Transfer the apr-util spec file contents to apr.spec. [Graham
      Leggett]
 
   *) Clarify the error messages within the dbd tests. [Graham Leggett]

Modified: apr/apr/trunk/build/rpm/apr.spec.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/rpm/apr.spec.in?rev=798718&r1=798717&r2=798718&view=diff
 ==============================================================================
--- apr/apr/trunk/build/rpm/apr.spec.in (original)
+++ apr/apr/trunk/build/rpm/apr.spec.in Tue Jul 28 22:02:21 2009
@@ -138,7 +138,7 @@
 # Run non-interactive tests
 pushd test
 make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
-LD_LIBRARY_PATH=../crypto/.libs:../dbd/.libs:../dbm/.libs ./testall -v || exit 1
+make check || exit 1
 popd
 
 %install


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic