[Zope3-checkins] CVS: Zope3 - Makefile:1.25

Guido van Rossum guido@python.org
Thu, 24 Apr 2003 17:08:54 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv32098

Modified Files:
	Makefile 
Log Message:
Don't quote the flags. :-(


=== Zope3/Makefile 1.24 => 1.25 ===
--- Zope3/Makefile:1.24	Thu Apr 24 15:33:07 2003
+++ Zope3/Makefile	Thu Apr 24 17:08:53 2003
@@ -1,6 +1,6 @@
 PYTHON=python2.2
-TESTFLAGS="-p -v"
-TESTOPTS=""
+TESTFLAGS=-p -v
+TESTOPTS=
 
 # XXX What should the default be?
 all: inplace