summaryrefslogtreecommitdiff
path: root/lang/python33
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2012-12-21 21:17:33 +0000
committerMarcus von Appen <mva@FreeBSD.org>2012-12-21 21:17:33 +0000
commit68aaa1b51a5840daefa854e5cea4d835961ca505 (patch)
tree9f2c0d89154eb634f1c2fd097773cb15a90543f4 /lang/python33
parentUpdate to version 1.508 (diff)
- Remove test and regression-test targets for now - they pollute the
installation on tinderboxes causing leftovers Discussed with: Kubilay Kocak <koobs.freebsd@gmail.com>
Notes
Notes: svn path=/head/; revision=309372
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>