Skip to content

Commit

Permalink
RELNOTES: Document interaction between test_suite and target exclusions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 173466491
  • Loading branch information
Googler authored and dslomov committed Oct 26, 2017
1 parent 93a3763 commit 0dffc49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/docs/user-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ <h3 id='target-patterns'>Specifying targets to build</h3>
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 0dffc49

Please sign in to comment.