Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 19:08:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476454 - head/devel/py-future
Message-ID:  <201808051908.w75J8ihX006553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051908.w75J8ihX006553>