[Zope-Checkins] CVS: Releases/Zope - Makefile:1.3

Guido van Rossum guido@python.org
Tue, 26 Nov 2002 11:17:20 -0500


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

Modified Files:
	Makefile 
Log Message:
Specifically request Python 2.2.  (wo_pcgi.py will check that it's at
least 2.2.2.)

Add -v1 to TESTOPTS, so running the entire test suite is a little less
verbose.


=== Releases/Zope/Makefile 1.2 => 1.3 ===
--- Releases/Zope/Makefile:1.2	Fri Nov 22 07:57:59 2002
+++ Releases/Zope/Makefile	Tue Nov 26 11:17:19 2002
@@ -1,6 +1,6 @@
-PYTHON=python
+PYTHON=python2.2
 WHOA_PIGGY=wo_pcgi.py
-TESTOPTS=-a
+TESTOPTS=-a -v1
 
 all:
 	$(PYTHON) $(WHOA_PIGGY)