[Zope-Checkins] CVS: Zope - test.py:1.1.2.2

Matt Behrens matt@zigg.com
Wed, 17 Jul 2002 15:09:23 -0400


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv8520

Modified Files:
      Tag: Zope-2_7-development-branch
	test.py 
Log Message:
make -b flag work, no more wo_pcgi needed


=== Zope/test.py 1.1.2.1 => 1.1.2.2 ===
 Test harness.
 
 -b  build
-    Run "python setup.py -q build" before running tests, where "python"
-    is the version of python used to run test.py.  Highly recommended.
+    Run "python setup.py -q build_ext -i" before running tests,
+    where "python" is the version of python used to run test.py.
+    Highly recommended.
 
 -d  debug
     Instead of the normal test harness, run a debug version which
@@ -375,7 +376,7 @@
         gc.set_debug(v)
 
     if build:
-        cmd = sys.executable + " stupid_build.py"
+        cmd = sys.executable + " setup.py -q build_ext -i"
         if VERBOSE:
             print cmd
         sts = os.system(cmd)