svn commit: r476454 - head/devel/py-future

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:08:45 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:08:44 2018
New Revision: 476454
URL: https://svnweb.freebsd.org/changeset/ports/476454

Log:
  Convert to test framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/py-future/Makefile

Modified: head/devel/py-future/Makefile
==============================================================================
--- head/devel/py-future/Makefile	Sun Aug  5 19:08:39 2018	(r476453)
+++ head/devel/py-future/Makefile	Sun Aug  5 19:08:44 2018	(r476454)
@@ -17,7 +17,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list