1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix invocation for "make test"

This commit is contained in:
Rene Ladan 2016-11-06 11:35:36 +00:00
parent 624805d722
commit 8ca124147d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425483

View File

@ -20,7 +20,7 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
regression-test: build
do-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>