Commit 342fcf0a authored by Tres Seaver's avatar Tres Seaver


  - Use 'test.py' as the driver for 'make test', rather than
    'utilities/testrunner.py'.
parent cfd16e84
...@@ -16,7 +16,7 @@ BASE_DIR=<<BASE_DIR>> ...@@ -16,7 +16,7 @@ BASE_DIR=<<BASE_DIR>>
BUILD_BASE=<<BUILD_BASE>> BUILD_BASE=<<BUILD_BASE>>
DISTUTILS_OPTS=<<DISTUTILS_OPTS>> DISTUTILS_OPTS=<<DISTUTILS_OPTS>>
INSTALL_FLAGS=<<INSTALL_FLAGS>> INSTALL_FLAGS=<<INSTALL_FLAGS>>
TESTOPTS=-v1 -e -d lib/python TESTOPTS=-v
BUILD_FLAGS=--build-base="${BUILD_BASE}" \ BUILD_FLAGS=--build-base="${BUILD_BASE}" \
--build-lib="${BUILD_BASE}/build-lib" \ --build-lib="${BUILD_BASE}/build-lib" \
--build-scripts="${BUILD_BASE}/build-scripts"\ --build-scripts="${BUILD_BASE}/build-scripts"\
...@@ -101,7 +101,7 @@ testinst: instance ...@@ -101,7 +101,7 @@ testinst: instance
# test: Do an inplace build and run the Zope test suite. # test: Do an inplace build and run the Zope test suite.
test: inplace 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 # clean: Delete the build files and any binaries/bytecode files in
# the source directory for good measure. # the source directory for good measure.
......
...@@ -15,7 +15,7 @@ BASE_DIR=<<BASE_DIR>> ...@@ -15,7 +15,7 @@ BASE_DIR=<<BASE_DIR>>
BUILD_BASE=<<BUILD_BASE>> BUILD_BASE=<<BUILD_BASE>>
DISTUTILS_OPTS=<<DISTUTILS_OPTS>> DISTUTILS_OPTS=<<DISTUTILS_OPTS>>
INSTALL_FLAGS=<<INSTALL_FLAGS>> INSTALL_FLAGS=<<INSTALL_FLAGS>>
TESTOPTS=-v1 -e -d lib/python TESTOPTS=-v
BUILD_FLAGS=--build-base="$(BUILD_BASE)" \ BUILD_FLAGS=--build-base="$(BUILD_BASE)" \
--build-lib="$(BUILD_BASE)\build-lib" \ --build-lib="$(BUILD_BASE)\build-lib" \
--build-scripts="$(BUILD_BASE)\build-scripts" \ --build-scripts="$(BUILD_BASE)\build-scripts" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment