- Disable tests, they fail normally and hang on pointyhat

Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2011-03-10 22:09:03 +00:00
parent 669d51bdc7
commit 80e073da54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270626

View File

@ -32,7 +32,7 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
regression-test:
@(cd ${WRKSRC}/${PORTNAME} && ${PYTHON_CMD} ${PORTNAME}test.py)
#regression-test:
# @(cd ${WRKSRC}/${PORTNAME} && ${PYTHON_CMD} ${PORTNAME}test.py)
.include <bsd.port.mk>