aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-10-26 01:14:35 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-10-26 10:59:36 +0200
commit0dffc49f528c4c6e641221060e41aa6896310bdf (patch)
treec1b04d97641eb2a7538560688c57c104dd03c087 /site/docs/user-manual.html
parent93a376363cb69b9f6d29f5e386d0428330f512b8 (diff)
RELNOTES: Document interaction between test_suite and target exclusions
PiperOrigin-RevId: 173466491
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index dafb24fa47..de554bf380 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -455,6 +455,10 @@ Subtractive patterns:
under 'contrib' depends on something under 'contrib' though, in order to
build the former bazel has to build the latter too. As usual, the '--' is
required to prevent '-f' from being interpreted as an option.
+
+ Note that test suite expansion is performed only after the full list of target patterns is
+ evaluated. That means if an exclusion matches a test_suite target, only the test_suite itself
+ is excluded, not all of the individual test targets.
</pre>
<p>
Whereas <a href="build-ref.html#labels">labels</a> are used