[Zope-Checkins]
SVN: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk
Removed long-broken `test_zope` target.
Tim Peters
tim.one at comcast.net
Sat Jan 14 10:28:55 EST 2006
Log message for revision 41312:
Removed long-broken `test_zope` target.
Changed:
U Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk
-=-
Modified: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk 2006-01-13 23:26:31 UTC (rev 41311)
+++ Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk 2006-01-14 15:28:53 UTC (rev 41312)
@@ -6,13 +6,6 @@
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
-# run the Zope tests
-# XXX This is out of date and can't work.
-test_zope:
- $(CD) "$(BASE_DIR)/src/Zope"
- "$(PYPCBUILDDIR)/python.exe" utilities/testrunner.py -a
- $(CD) "$(BASE_DIR)"
-
clean_zope:
$(RMRF) src/$(ZOPEDIRNAME)
More information about the Zope-Checkins
mailing list