svn commit: r309372 - head/lang/python33

Marcus von Appen mva at FreeBSD.org
Fri Dec 21 21:17:33 UTC 2012


Author: mva
Date: Fri Dec 21 21:17:33 2012
New Revision: 309372
URL: http://svnweb.freebsd.org/changeset/ports/309372

Log:
  - Remove test and regression-test targets for now - they pollute the
    installation on tinderboxes causing leftovers
  
  Discussed with:	Kubilay Kocak <koobs.freebsd at gmail.com>

Modified:
  head/lang/python33/Makefile   (contents, props changed)

Modified: head/lang/python33/Makefile
==============================================================================
--- head/lang/python33/Makefile	Fri Dec 21 19:57:42 2012	(r309371)
+++ head/lang/python33/Makefile	Fri Dec 21 21:17:33 2012	(r309372)
@@ -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>


More information about the svn-ports-all mailing list