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

Fred L. Drake, Jr. fred@zope.com
Mon, 27 Jan 2003 14:30:31 -0500


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

Modified Files:
      Tag: chrism-install-branch
	Makefile.in 
Log Message:
Move testrunner.py options to a variable that can be set from the
"make" command line.


=== Zope/inst/Makefile.in 1.1.2.18 => 1.1.2.19 ===
--- Zope/inst/Makefile.in:1.1.2.18	Fri Jan 24 16:52:31 2003
+++ Zope/inst/Makefile.in	Mon Jan 27 14:30:29 2003
@@ -142,9 +142,11 @@
 	${RM} "${SKEL_DIR}/inst/install.py"
 	${RM} "${SKEL_DIR}/inst/versions.py"
 
+TESTOPTS='-av1'
+
 test: build
 	${CD} "${BUILD_DIR}/lib/python" && ${PYTHON} \
-           ../../utilities/testrunner.py -v1 -a
+           ../../utilities/testrunner.py ${TESTOPTS}
 
 clean: rmlinks
 	${RM} "${BUILD_DIR}/build"