RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/tests/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 23 Sep 2010 - 17:36:21 CEST
Message-Id: <20100923153621.16E65D4CB6@rpm5.org>
  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
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.