[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.4

Fred L. Drake, Jr. fred@zope.com
Mon, 24 Mar 2003 16:18:07 -0500


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

Modified Files:
	Makefile.in 
Log Message:
Let "make test" show the slightly-extended error information added to
testrunner.py last week.


=== Zope/inst/Makefile.in 1.3 => 1.4 ===
--- Zope/inst/Makefile.in:1.3	Fri Mar 21 16:35:03 2003
+++ Zope/inst/Makefile.in	Mon Mar 24 16:18:06 2003
@@ -70,7 +70,7 @@
 uninstall:
 	${RMRF} "${PREFIX}"
 
-TESTOPTS=-v1 -d lib/python
+TESTOPTS=-v1 -e -d lib/python
 
 test: build
 	${PYTHON} "${BASE_DIR}/utilities/testrunner.py" ${TESTOPTS}