Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2012 21:17:33 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309372 - head/lang/python33
Message-ID:  <201212212117.qBLLHXqf040161@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212212117.qBLLHXqf040161>