Date: Sat, 23 Jan 2016 07:51:21 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406961 - head/mail/mailagent Message-ID: <201601230751.u0N7pLBk015228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jan 23 07:51:21 2016 New Revision: 406961 URL: https://svnweb.freebsd.org/changeset/ports/406961 Log: mail/mailagent: move regression tests to regression-test target The post-build target is not required for the packages, and the README indicates that the regression suite is only meant for mailagent developers. Modified: head/mail/mailagent/Makefile Modified: head/mail/mailagent/Makefile ============================================================================== --- head/mail/mailagent/Makefile Sat Jan 23 06:42:45 2016 (r406960) +++ head/mail/mailagent/Makefile Sat Jan 23 07:51:21 2016 (r406961) @@ -48,7 +48,7 @@ post-patch: misc/news/newsgate) TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})' -post-build: +regression-test: build @if [ `${ID} -u` = 0 ]; then \ ${CHOWN} -R nobody ${WRKSRC}/agent/test; \ su -m nobody -c ${TEST_CMD}; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601230751.u0N7pLBk015228>