Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2018 08:37:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474494 - head/net/py-oauth2
Message-ID:  <201807120837.w6C8bj9B000689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul 12 08:37:45 2018
New Revision: 474494
URL: https://svnweb.freebsd.org/changeset/ports/474494

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/net/py-oauth2/Makefile

Modified: head/net/py-oauth2/Makefile
==============================================================================
--- head/net/py-oauth2/Makefile	Thu Jul 12 08:37:35 2018	(r474493)
+++ head/net/py-oauth2/Makefile	Thu Jul 12 08:37:45 2018	(r474494)
@@ -25,7 +25,7 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-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?201807120837.w6C8bj9B000689>