svn commit: r501025 - in head/security: py-paramiko py-paramiko1

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 8 14:56:02 UTC 2019


Author: amdmi3
Date: Wed May  8 14:56:00 2019
New Revision: 501025
URL: https://svnweb.freebsd.org/changeset/ports/501025

Log:
  - Fix test target
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-paramiko/Makefile
  head/security/py-paramiko1/Makefile

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Wed May  8 14:26:11 2019	(r501024)
+++ head/security/py-paramiko/Makefile	Wed May  8 14:56:00 2019	(r501025)
@@ -26,7 +26,7 @@ USE_PYTHON=	autoplist distutils
 CONFLICTS_INSTALL=	py??-paramiko1-*
 NO_ARCH=		yes
 
-do-test: extract
+do-test:
 	@(cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover .)
 
 .include <bsd.port.mk>

Modified: head/security/py-paramiko1/Makefile
==============================================================================
--- head/security/py-paramiko1/Makefile	Wed May  8 14:26:11 2019	(r501024)
+++ head/security/py-paramiko1/Makefile	Wed May  8 14:56:00 2019	(r501025)
@@ -22,7 +22,7 @@ CONFLICTS_INSTALL=	py??-paramiko-*
 
 OPTIONS_DEFINE=	EXAMPLES
 
-regression-test: extract
+do-test:
 	@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list