svn commit: r406964 - head/mail/mailagent

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 23 10:23:41 UTC 2016


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}; \


More information about the svn-ports-head mailing list