[Zodb-checkins] CVS: StandaloneZODB - test.py:1.16

Jeremy Hylton jeremy@zope.com
Mon, 10 Jun 2002 18:41:51 -0400


Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv6374

Modified Files:
	test.py 
Log Message:
Fix -b option.


=== StandaloneZODB/test.py 1.15 => 1.16 ===
 
     if build:
-        cmd = sys.executable + " stupid_build.py"
+        cmd = sys.executable + " setup.py -q build"
         if VERBOSE:
             print cmd
         sts = os.system(cmd)