RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   17-Oct-2010 02:44:28
  Branch: HEAD                             Handle: 2010101700442800

  Modified files:
    rpm/tests               Makefile.am

  Log:
    - tests: tweak the check-verify target.

  Summary:
    Revision    Changes     Path
    1.93        +7  -7      rpm/tests/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.92 -r1.93 Makefile.am
  --- rpm/tests/Makefile.am     17 Oct 2010 00:25:00 -0000      1.92
  +++ rpm/tests/Makefile.am     17 Oct 2010 00:44:28 -0000      1.93
  @@ -726,18 +726,18 @@
   
   check-verify:
        @echo "=== $@ ==="
  -     @${rpm} -e probes devtool-sanity
  +     @-${rpm} -e probes devtool-sanity
        @-${rpm} -U --justdb --nodeps tmp/manifest
        @-${rpm} -V probes devtool-sanity > /dev/null
        @-${rpm} -Va > /dev/null
   #XXX @-${rpm} -Vp tmp/manifest
  -     @${rpm} -e --noscripts --notriggers --allmatches '^triggers-.*'
  -     @${rpm} -e car engine wheel door tyre window glass
  -     @${rpm} -e battery bicycle electric-engine gasoline-engine
  -     @${rpm} -e solar-collector tire turbo
  +     @-${rpm} -e --noscripts --notriggers --allmatches '^triggers-.*'
  +     @-${rpm} -e car engine wheel door tyre window glass
  +     @-${rpm} -e battery bicycle electric-engine gasoline-engine
  +     @-${rpm} -e solar-collector tire turbo
        @-${rpm} -e --justdb popt
  -     @${rpm} -e probes
  -     @${rpm} -e devtool-sanity
  +     @-${rpm} -e probes
  +     @-${rpm} -e devtool-sanity
   
   check-tools:
        @echo "=== $@ ==="
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to