Commit 1fcbcb60 authored by Jim Fulton's avatar Jim Fulton

Include registerDB ZEO test in output.

parent 027328ec
......@@ -184,7 +184,7 @@ packages = ["BTrees", "BTrees.tests",
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 @@ def copy_other_files(cmd, outputbase):
"persistent/tests",
"ZEO",
"ZEO/scripts",
"ZEO/tests",
"ZODB",
"ZODB/scripts",
"ZODB/tests",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment