aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-05-08 14:56:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-05-08 14:56:00 +0000
commit05c334953f8aabfbf917a94f9d4875f61a4a2d22 (patch)
tree3979a554774e3a671f1d69fc74cc796b18bb22b9 /security
parent3a9460c699a0e28f3977c2e0dc33dfb26e7c3ec2 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/py-paramiko/Makefile2
-rw-r--r--security/py-paramiko1/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index 2bef4e9cc8bc..9155da71ec11 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -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>
diff --git a/security/py-paramiko1/Makefile b/security/py-paramiko1/Makefile
index 107d6e684eb0..76673f77782f 100644
--- a/security/py-paramiko1/Makefile
+++ b/security/py-paramiko1/Makefile
@@ -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>