[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py Got the --test option to work. Sheesh.

Jim Fulton jim at zope.com
Fri Jul 9 19:06:06 EDT 2004


Log message for revision 26385:
Got the --test option to work. Sheesh.



-=-
Modified: Zope3/trunk/src/zope/app/tests/test.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/test.py	2004-07-09 22:43:28 UTC (rev 26384)
+++ Zope3/trunk/src/zope/app/tests/test.py	2004-07-09 23:06:06 UTC (rev 26385)
@@ -925,7 +925,7 @@
                                     "pychecker", "debug", "pdebug",
                                     "gc-threshold=", "gc-option=",
                                     "loop", "gui", "minimal-gui",
-                                    "method=", "module=",
+                                    "test=", "module=",
                                     "profile", "progress", "refcount", "trace",
                                     "top-fifty", "verbose", "repeat="
                                     ])



More information about the Zope3-Checkins mailing list