[Zodb-checkins] CVS: ZODB3 - test.py:1.19.2.1.6.2

Jim Fulton jim@zope.com
Tue, 17 Dec 2002 17:58:59 -0500


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv2236

Modified Files:
      Tag: ZODB3-fast-restart-branch
	test.py 
Log Message:
Finished adding the -D option.


=== ZODB3/test.py 1.19.2.1.6.1 => 1.19.2.1.6.2 ===
--- ZODB3/test.py:1.19.2.1.6.1	Tue Dec 17 15:36:15 2002
+++ ZODB3/test.py	Tue Dec 17 17:58:59 2002
@@ -322,7 +322,7 @@
     gcdebug = 0
 
     try:
-        opts, args = getopt.getopt(sys.argv[1:], 'vdLbhCg:G:',
+        opts, args = getopt.getopt(sys.argv[1:], 'DvdLbhCg:G:',
                                    ['help'])
     except getopt.error, msg:
         print msg