So I saw the recent set of bugs filed for QA, complaining about misuse
of FEATURES, specifically that we should not be using the FEATURES
variable, and instead should be using "use test" to check for tests
being enabled.

USE=test means: "build with support for tests"
FEATURES=test means: "actually run the tests"

So consider:
FEATURES=-test USE=test emerge ...
This would build the testsuite, and depending on the package, install
the tests the system, but NOT run them in src_test.

In the packages, I'd like to know:
1. From any phase, is src_test scheduled to be run? (FEATURES=test).
2. Has src_test run yet?

For iasl, upstream requests that if the tests are run at build time,
that they are installed to the system, which is what we do. If
FEATURES=-test USE=test is used however, using 'use test' is bogus,
because I cannot detect that the tests are going to/have run.

-- 
Robin Hugh Johnson
Gentoo Linux Developer & Infra Guy
E-Mail     : robb...@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

Attachment: pgpNgd3QmsKR7.pgp
Description: PGP signature

Reply via email to