[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.19 Makefile.win.in:1.7

Tres Seaver tseaver at zope.com
Thu Jan 15 17:34:40 EST 2004


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

Modified Files:
	Makefile.in Makefile.win.in 
Log Message:



  - Use 'test.py' as the driver for 'make test', rather than
    'utilities/testrunner.py'.


=== Zope/inst/Makefile.in 1.18 => 1.19 ===
--- Zope/inst/Makefile.in:1.18	Thu Nov 20 16:14:55 2003
+++ Zope/inst/Makefile.in	Thu Jan 15 17:34:39 2004
@@ -16,7 +16,7 @@
 BUILD_BASE=<<BUILD_BASE>>
 DISTUTILS_OPTS=<<DISTUTILS_OPTS>>
 INSTALL_FLAGS=<<INSTALL_FLAGS>>
-TESTOPTS=-v1 -e -d lib/python
+TESTOPTS=-v
 BUILD_FLAGS=--build-base="${BUILD_BASE}" \
             --build-lib="${BUILD_BASE}/build-lib" \
             --build-scripts="${BUILD_BASE}/build-scripts"\
@@ -101,7 +101,7 @@
 
 # test:        Do an inplace build and run the Zope test suite.
 test: inplace
-	${PYTHON} "${BASE_DIR}/utilities/testrunner.py" ${TESTOPTS}
+	${PYTHON} "${BASE_DIR}/test.py" ${TESTOPTS}
 
 # clean:       Delete the build files and any binaries/bytecode files in
 #              the source directory for good measure.


=== Zope/inst/Makefile.win.in 1.6 => 1.7 ===
--- Zope/inst/Makefile.win.in:1.6	Wed Jun 25 15:30:26 2003
+++ Zope/inst/Makefile.win.in	Thu Jan 15 17:34:39 2004
@@ -15,7 +15,7 @@
 BUILD_BASE=<<BUILD_BASE>>
 DISTUTILS_OPTS=<<DISTUTILS_OPTS>>
 INSTALL_FLAGS=<<INSTALL_FLAGS>>
-TESTOPTS=-v1 -e -d lib/python
+TESTOPTS=-v
 BUILD_FLAGS=--build-base="$(BUILD_BASE)" \
             --build-lib="$(BUILD_BASE)\build-lib" \
             --build-scripts="$(BUILD_BASE)\build-scripts" \




More information about the Zope-Checkins mailing list