[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py Merged from trunk:

Jim Fulton jim at zope.com
Sat Jul 10 09:23:35 EDT 2004


Log message for revision 26395:
Merged from trunk:

  r26385 | jim | 2004-07-09 19:06:06 -0400 (Fri, 09 Jul 2004) | 2 lines

Got the --test option to work. Sheesh.



-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py	2004-07-10 13:20:58 UTC (rev 26394)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/tests/test.py	2004-07-10 13:23:35 UTC (rev 26395)
@@ -921,7 +921,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