diff options
author | mva <mva@FreeBSD.org> | 2012-12-22 05:17:33 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2012-12-22 05:17:33 +0800 |
commit | de87c04b3404c15af36621479e0417b2ccaad9fb (patch) | |
tree | 9f2c0d89154eb634f1c2fd097773cb15a90543f4 /lang/python33 | |
parent | c70bf6c669e799eadd42f0ef665251175132e464 (diff) | |
download | freebsd-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/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> |