[Zodb-checkins] CVS: ZODB4 - test.py:1.11
Barry Warsaw
barry@wooz.org
Mon, 16 Dec 2002 15:58:26 -0500
Update of /cvs-repository/ZODB4
In directory cvs.zope.org:/tmp/cvs-serv5741
Modified Files:
test.py
Log Message:
Build w/ -q just to cut down on the verbosity
=== ZODB4/test.py 1.10 => 1.11 ===
--- ZODB4/test.py:1.10 Fri Dec 13 17:08:14 2002
+++ ZODB4/test.py Mon Dec 16 15:58:26 2002
@@ -469,7 +469,7 @@
gc.set_debug(v)
if build:
- cmd = sys.executable + " setup.py build"
+ cmd = sys.executable + " setup.py -q build"
if VERBOSE:
print cmd
sts = os.system(cmd)