Commit db6caa4d authored by Jim Fulton's avatar Jim Fulton

Integrated the new test runner. test.py is just a script that imports

and uses zope.testing.testrunner as a module.
parent a954d871
......@@ -244,7 +244,7 @@ class ZopeCmd(ZDCmd):
# (rather than $INSTANCE_HOME/lib/python)
if '--libdir' not in args:
args.insert(0, 'Products')
args.insert(0, '--libdir')
args.insert(0, '--package')
# Supply our config file by default.
if '--config-file' not in args and '-C' not in args:
......
This diff is collapsed.
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