[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py Allow option and non-option arguments to test.py to be intermixed.

Marius Gedminas marius at pov.lt
Mon Feb 14 13:50:54 EST 2005


Log message for revision 29142:
  Allow option and non-option arguments to test.py to be intermixed.
  
  

Changed:
  U   Zope3/trunk/src/zope/app/tests/test.py

-=-
Modified: Zope3/trunk/src/zope/app/tests/test.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/test.py	2005-02-14 16:23:10 UTC (rev 29141)
+++ Zope3/trunk/src/zope/app/tests/test.py	2005-02-14 18:50:54 UTC (rev 29142)
@@ -988,7 +988,7 @@
 
 
     try:
-        opts, args = getopt.getopt(argv[1:],
+        opts, args = getopt.gnu_getopt(argv[1:],
                                    "a:bBcdDfFg:G:hkl:LmMPprs:tTuUvN:1",
                                    ["all", "help", "libdir=", "times=",
                                     "keepbytecode", "dir=", "build",



More information about the Zope3-Checkins mailing list