Gentoo Archives: gentoo-dev

From: "Paweł Hajdan
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: changing the developer profile: FEATURES="test" -> FEATURES="test-fail-continue"
Date: Wed, 09 Jun 2010 17:09:39
Message-Id: 4C0FCA9C.6030603@gentoo.org
In Reply to: [gentoo-dev] RFC: changing the developer profile: FEATURES="test" -> FEATURES="test-fail-continue" by "Paweł Hajdan
1 On 6/4/10 5:11 PM, "Paweł Hajdan, Jr." wrote:
2 > What do you think about doing the following change in
3 > /usr/portage/profiles/targets/developer/make.defaults:
4
5 The following change has now landed in CVS:
6
7 Index: targets/developer/make.defaults
8 ===================================================================
9 RCS file: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v
10 retrieving revision 1.3
11 retrieving revision 1.4
12 diff -u -B -r1.3 -r1.4
13 --- targets/developer/make.defaults 4 Oct 2009 09:44:27 -0000 1.3
14 +++ targets/developer/make.defaults 9 Jun 2010 17:03:37 -0000 1.4
15 @@ -1,8 +1,8 @@
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 -# $Header:
19 /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.3
20 2009/10/04 09:44:27 ssuominen Exp $
21 +# $Header:
22 /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.4
23 2010/06/09 17:03:37 phajdan.jr Exp $
24
25 -FEATURES="collision-protect cvs digest multilib-strict sign splitdebug
26 stricter test userpriv usersandbox"
27 +FEATURES="collision-protect cvs digest multilib-strict sign splitdebug
28 stricter test test-fail-continue userpriv usersandbox"
29
30 # Disable branding (from desktop)
31 USE="-branding"

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies