svn commit: r313816 - head/devel/buildbot
Kubilay Kocak
koobs at FreeBSD.org
Sun Mar 10 08:39:22 UTC 2013
Author: koobs
Date: Sun Mar 10 08:39:21 2013
New Revision: 313816
URL: http://svnweb.freebsd.org/changeset/ports/313816
Log:
Remove TESTS option as a default and unhook post-build: regression-test
Approved by: rm (mentor, via IRC)
Modified:
head/devel/buildbot/Makefile
Modified: head/devel/buildbot/Makefile
==============================================================================
--- head/devel/buildbot/Makefile Sun Mar 10 08:33:45 2013 (r313815)
+++ head/devel/buildbot/Makefile Sun Mar 10 08:39:21 2013 (r313816)
@@ -30,7 +30,6 @@ USE_TWISTED_RUN= conch mail web words
MAKE_ENV+= NO_INSTALL_REQS=1
OPTIONS_DEFINE= TESTS
-OPTIONS_DEFAULT= TESTS
TESTS_DESC= Install py-mock for unit tests
# Ports infrastructure bug
OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
@@ -39,7 +38,6 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNA
.if ${PORT_OPTIONS:MTESTS}
BUILD_DEPENDS:= ${TEST_DEPENDS}
-post-build: regression-test
.endif
post-patch:
More information about the svn-ports-all
mailing list