r1880 - in zodb/trunk/debian (changelog tests/all)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Sun Nov 22 14:06:16 UTC 2009


    Date: Sunday, November 22, 2009 @ 14:05:53
  Author: jinty-guest
Revision: 1880

debian/tests/all: Test the correct python modules.

Modified:
  zodb/trunk/debian/changelog
  zodb/trunk/debian/tests/all

Modified: zodb/trunk/debian/changelog
===================================================================
--- zodb/trunk/debian/changelog	2009-11-20 09:11:01 UTC (rev 1879)
+++ zodb/trunk/debian/changelog	2009-11-22 14:05:53 UTC (rev 1880)
@@ -1,3 +1,9 @@
+zodb (1:3.9.1-3) UNRELEASED; urgency=low
+
+  * debian/tests/all: Test the correct python modules.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Sun, 22 Nov 2009 15:04:27 +0100
+
 zodb (1:3.9.1-2) unstable; urgency=low
 
   * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2.

Modified: zodb/trunk/debian/tests/all
===================================================================
--- zodb/trunk/debian/tests/all	2009-11-20 09:11:01 UTC (rev 1879)
+++ zodb/trunk/debian/tests/all	2009-11-22 14:05:53 UTC (rev 1880)
@@ -16,7 +16,7 @@
 
 exitcode = testrunner.run([
                 '--tests-pattern', '^f?tests$',
-                '-s', 'ZODB3',
+                '-m', '(persistent|BTrees|ZEO|ZODB)',
                 '--test-path', test_path
                 ])
 sys.exit(exitcode)




More information about the pkg-zope-developers mailing list