From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OMOgr-0000S8-3w for garchives@archives.gentoo.org; Wed, 09 Jun 2010 17:03:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C51E09CC; Wed, 9 Jun 2010 17:03:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 93FFDE0A7D for ; Wed, 9 Jun 2010 17:03:40 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 392FD1B40E4 for ; Wed, 9 Jun 2010 17:03:39 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2261) id 178472C3ED; Wed, 9 Jun 2010 17:03:38 +0000 (UTC) From: "PaweA Hajdan (phajdan.jr)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, phajdan.jr@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/targets/developer: make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults X-VCS-Directories: profiles/targets/developer X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: PaweA Hajdan Content-Type: text/plain; charset=utf8 Message-Id: <20100609170338.178472C3ED@corvid.gentoo.org> Date: Wed, 9 Jun 2010 17:03:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2235233b-e252-418b-94f6-4cd1efbe9760 X-Archives-Hash: 4028c1f9e8bf69794a87c481224f087b phajdan.jr 10/06/09 17:03:37 Modified: make.defaults Log: Add test-fail-continue to developer's profile FEATURES. This is intende= d to make more developers use it, and catch more test failures. Revision Changes Path 1.4 profiles/targets/developer/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/d= eveloper/make.defaults?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/d= eveloper/make.defaults?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/d= eveloper/make.defaults?r1=3D1.3&r2=3D1.4 Index: make.defaults =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.default= s,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- make.defaults 4 Oct 2009 09:44:27 -0000 1.3 +++ make.defaults 9 Jun 2010 17:03:37 -0000 1.4 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defau= lts,v 1.3 2009/10/04 09:44:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defau= lts,v 1.4 2010/06/09 17:03:37 phajdan.jr Exp $ =20 -FEATURES=3D"collision-protect cvs digest multilib-strict sign splitdebug= stricter test userpriv usersandbox" +FEATURES=3D"collision-protect cvs digest multilib-strict sign splitdebug= stricter test test-fail-continue userpriv usersandbox" =20 # Disable branding (from desktop) USE=3D"-branding"