Date: Sat, 23 Jan 2016 10:23:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406964 - head/mail/mailagent Message-ID: <201601231023.u0NANeBE060912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jan 23 10:23:40 2016 New Revision: 406964 URL: https://svnweb.freebsd.org/changeset/ports/406964 Log: Use the test framework Modified: head/mail/mailagent/Makefile Modified: head/mail/mailagent/Makefile ============================================================================== --- head/mail/mailagent/Makefile Sat Jan 23 09:12:04 2016 (r406963) +++ head/mail/mailagent/Makefile Sat Jan 23 10:23:40 2016 (r406964) @@ -48,7 +48,7 @@ post-patch: misc/news/newsgate) TEST_CMD= '(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})' -regression-test: build +do-test: @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?201601231023.u0NANeBE060912>