Gentoo Archives: gentoo-dev

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: controlling src_test
Date: Thu, 04 Oct 2007 21:22:53
Message-Id: 1191532223.10601.24.camel@inertia.twi-31o2.org
In Reply to: [gentoo-dev] Re: controlling src_test by Ryan Hill
1 On Thu, 2007-10-04 at 13:47 -0600, Ryan Hill wrote:
2 > > I usually disable tests on a per-package basis using /etc/portage/env
3 > > entries.
4 > >
5 > > dirtyepic@tycho ~ $ cat /etc/portage/env/sci-libs/fftw
6 > > NEWFEATURES=
7 > >
8 > > for f in ${FEATURES}; do
9 > > if [[ ! $f == "test" ]]; then
10 > > NEWFEATURES="${NEWFEATURES} $f"
11 > > fi
12 > > done
13 > >
14 > > FEATURES="${NEWFEATURES}"
15 >
16 > here's a crappy little script to automate it.
17
18 See, I think this sort of thing is what we should be adding into
19 gentoolkit. It is something that is very useful, but not required for
20 running a Gentoo system.
21
22 --
23 Chris Gianelloni
24 Release Engineering Strategic Lead
25 Alpha/AMD64/x86 Architecture Teams
26 Games Developer/Foundation Trustee
27 Gentoo Foundation

Attachments

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