1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Remove test and regression-test targets for now - they pollute the

installation on tinderboxes causing leftovers

Discussed with:	Kubilay Kocak <koobs.freebsd@gmail.com>
This commit is contained in:
Marcus von Appen 2012-12-21 21:17:33 +00:00
parent 39fb1005ad
commit 68aaa1b51a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309372

View File

@ -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>