aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-11 06:09:03 +0800
committerpav <pav@FreeBSD.org>2011-03-11 06:09:03 +0800
commit831ef1158e40544928c524a7590234bc9076b866 (patch)
tree0f9e66c6030c102aeea28be8abae822010e32192
parent40df0290185c1780ab6159136677c002d527c497 (diff)
downloadfreebsd-ports-gnome-831ef1158e40544928c524a7590234bc9076b866.tar.gz
freebsd-ports-gnome-831ef1158e40544928c524a7590234bc9076b866.tar.zst
freebsd-ports-gnome-831ef1158e40544928c524a7590234bc9076b866.zip
- Disable tests, they fail normally and hang on pointyhat
Approved by: maintainer
-rw-r--r--textproc/py-feedparser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile
index 69f3714301bb..5363ad0c0163 100644
--- a/textproc/py-feedparser/Makefile
+++ b/textproc/py-feedparser/Makefile
@@ -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>