[Zodb-checkins] CVS: StandaloneZODB - test.py:1.10.6.7
Guido van Rossum
guido@python.org
Wed, 9 Jan 2002 22:58:46 -0500
Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv7391
Modified Files:
Tag: Standby-branch
test.py
Log Message:
Oops. I'm losing it. Be consistent in the case of the 'debug' global
variable.
=== StandaloneZODB/test.py 1.10.6.6 => 1.10.6.7 ===
LOOP = 0
MERGE_SUITES = 1
- DEBUG = 0 # Don't collect test results; simply let tests crash
+ debug = 0 # Don't collect test results; simply let tests crash
build = 0
opts, args = getopt.getopt(sys.argv[1:], 'vdLib')