[Checkins] SVN: ZODB/branches/3.8/setup.py Include registerDB ZEO test in output.

Jim Fulton jim at zope.com
Mon Jan 21 12:28:20 EST 2008


Log message for revision 83063:
  Include registerDB ZEO test in output.
  

Changed:
  U   ZODB/branches/3.8/setup.py

-=-
Modified: ZODB/branches/3.8/setup.py
===================================================================
--- ZODB/branches/3.8/setup.py	2008-01-21 16:34:47 UTC (rev 83062)
+++ ZODB/branches/3.8/setup.py	2008-01-21 17:28:19 UTC (rev 83063)
@@ -184,7 +184,7 @@
 def copy_other_files(cmd, outputbase):
     # A delicate dance to copy files with certain extensions
     # into a package just like .py files.
-    extensions = ["*.conf", "*.xml", "*.txt", "*.sh"]
+    extensions = ["*.conf", "*.xml", "*.txt", "*.sh", "*.test"]
     directories = [
         "BTrees",
         "transaction",
@@ -192,6 +192,7 @@
         "persistent/tests",
         "ZEO",
         "ZEO/scripts",
+        "ZEO/tests",
         "ZODB",
         "ZODB/scripts",
         "ZODB/tests",



More information about the Checkins mailing list