RPM Package Manager, CVS Repository
/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 23-Sep-2010 17:36:21
Branch: rpm-5_3 Handle: 2010092315362000
Modified files: (Branch: rpm-5_3)
rpm/tests Makefile.am
Log:
- tests: run mongo tests last, not first.
Summary:
Revision Changes Path
1.63.2.14 +1 -1 rpm/tests/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/tests/Makefile.am
============================================================================
$ cvs diff -u -r1.63.2.13 -r1.63.2.14 Makefile.am
--- rpm/tests/Makefile.am 22 Sep 2010 18:27:15 -0000 1.63.2.13
+++ rpm/tests/Makefile.am 23 Sep 2010 15:36:20 -0000 1.63.2.14
@@ -7,7 +7,7 @@
EXTRA_PROGRAMS = thkp tkey tpgp tssl
-SUBDIRS = mongo
+SUBDIRS = . mongo
AM_CPPFLAGS = \
-I$(srcdir) \
@@ .
Received on Thu Sep 23 17:36:21 2010