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

Guido van Rossum guido@python.org
Fri, 27 Dec 2002 14:34:45 -0500


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

Modified Files:
	Makefile 
Log Message:
No need to use -B option in test_inplace: the dependency on inplace
already runs setup.py.


=== Zope3/Makefile 1.10 => 1.11 ===
--- Zope3/Makefile:1.10	Mon Dec 23 10:12:14 2002
+++ Zope3/Makefile	Fri Dec 27 14:34:44 2002
@@ -15,7 +15,7 @@
 	$(PYTHON) test.py -v $(TESTOPTS)
 
 test_inplace: inplace
-	$(PYTHON) test.py -vB $(TESTOPTS)
+	$(PYTHON) test.py -v $(TESTOPTS)
 
 # XXX What should the default be?
 test: test_inplace