Date: Sun, 10 Mar 2013 08:39:22 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313816 - head/devel/buildbot Message-ID: <201303100839.r2A8dMBP021749@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303100839.r2A8dMBP021749>