aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
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 /src/main/java/com/google/devtools/build/lib/runtime
parent93a376363cb69b9f6d29f5e386d0428330f512b8 (diff)
RELNOTES: Document interaction between test_suite and target exclusions
PiperOrigin-RevId: 173466491
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/target-syntax.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/target-syntax.txt b/src/main/java/com/google/devtools/build/lib/runtime/commands/target-syntax.txt
index df0089bf8b..f67759836b 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/target-syntax.txt
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/target-syntax.txt
@@ -74,4 +74,9 @@ Subtractive patterns:
build the former %{product} 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.
+
%{options}