- Fix test target

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-05-08 14:56:00 +00:00
parent 3a9460c699
commit 05c334953f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501025
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>