aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar juliexxia <juliexxia@google.com>2018-08-08 10:36:13 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-08 10:38:02 -0700
commite762157b6abcd726896ef2c13854524c7e009262 (patch)
treef4e75c3fa3ba014d03bf4e6eb016f3f8921665a9 /site
parent85a96b38b6d6674bd9e797955201f33408b501f3 (diff)
Document the fact that blaze query doesn't respect the 'manual' flag on tests. This could change in the future but has confused several people recently so documenting the state of the world as is for now.
PiperOrigin-RevId: 207908818
Diffstat (limited to 'site')
-rw-r--r--site/docs/test-encyclopedia.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index 2cc5aca17f..c4a9f07577 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -447,7 +447,7 @@ prematurely and mark it as having failed.</p>
</tr>
<tr>
- <th><code>manual</code></th>
+ <th><code>manual*</code></th>
<td>don't include test target in wildcard target patterns like <code>:...</code>, <code>:*</code>, or <code>:all</code>)</td>
</tr>
@@ -473,6 +473,7 @@ prematurely and mark it as having failed.</p>
</tbody>
</table>
+*Note: bazel <code>query</code> does not respect the manual tag.
<h3>Runfiles</h3>
<p>In the following, assume there is a *_binary() rule labeled <code>//foo/bar:unittest</code>,