aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python33
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2012-12-22 05:17:33 +0800
committermva <mva@FreeBSD.org>2012-12-22 05:17:33 +0800
commitde87c04b3404c15af36621479e0417b2ccaad9fb (patch)
tree9f2c0d89154eb634f1c2fd097773cb15a90543f4 /lang/python33
parentc70bf6c669e799eadd42f0ef665251175132e464 (diff)
downloadfreebsd-ports-gnome-de87c04b3404c15af36621479e0417b2ccaad9fb.tar.gz
freebsd-ports-gnome-de87c04b3404c15af36621479e0417b2ccaad9fb.tar.zst
freebsd-ports-gnome-de87c04b3404c15af36621479e0417b2ccaad9fb.zip
- Remove test and regression-test targets for now - they pollute the
installation on tinderboxes causing leftovers Discussed with: Kubilay Kocak <koobs.freebsd@gmail.com>
Diffstat (limited to 'lang/python33')
-rw-r--r--lang/python33/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index 5cfcbb2fc190..59cea232f033 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -231,9 +231,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
-test: build
- @cd ${WRKSRC} && ./python -m test -u all -j 1 -w
-
-regression-test: test
-
.include <bsd.port.post.mk>