diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2012-12-21 21:17:33 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2012-12-21 21:17:33 +0000 |
commit | 68aaa1b51a5840daefa854e5cea4d835961ca505 (patch) | |
tree | 9f2c0d89154eb634f1c2fd097773cb15a90543f4 | |
parent | Update 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
-rw-r--r-- | lang/python33/Makefile | 5 |
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> |