[Zope3-checkins] CVS: Zope3 - test.py:1.45

Barry Warsaw barry@wooz.org
Wed, 2 Apr 2003 14:25:06 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv29571

Modified Files:
	test.py 
Log Message:
process_args(): Both -g and -G take options.


=== Zope3/test.py 1.44 => 1.45 ===
--- Zope3/test.py:1.44	Wed Mar 26 10:45:47 2003
+++ Zope3/test.py	Wed Apr  2 14:25:06 2003
@@ -553,7 +553,7 @@
     timetests = 0
 
     try:
-        opts, args = getopt.getopt(sys.argv[1:], "a:bBcdDgGhLmptTuv",
+        opts, args = getopt.getopt(sys.argv[1:], "a:bBcdDg:G:hLmptTuv",
                                    ["all", "help", "libdir=", "times="])
     except getopt.error, msg:
         print msg