[Zope-Checkins] CVS: Zope/utilities - testrunner.py:1.17
Jeremy Hylton
jeremy@zope.com
Thu, 18 Oct 2001 11:57:41 -0400
Update of /cvs-repository/Zope/utilities
In directory cvs.zope.org:/tmp/cvs-serv21981
Modified Files:
testrunner.py
Log Message:
pass M as a legal argument to getopt
=== Zope/utilities/testrunner.py 1.16 => 1.17 ===
set_python_path = 1
- options, arg=getopt.getopt(args, 'amPhd:f:v:q')
+ options, arg=getopt.getopt(args, 'amPhd:f:v:qM')
if not options:
err_exit(usage_msg)
for name, value in options: