From e762157b6abcd726896ef2c13854524c7e009262 Mon Sep 17 00:00:00 2001 From: juliexxia Date: Wed, 8 Aug 2018 10:36:13 -0700 Subject: 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 --- site/docs/test-encyclopedia.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'site/docs') 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.

- manual + manual* don't include test target in wildcard target patterns like :..., :*, or :all) @@ -473,6 +473,7 @@ prematurely and mark it as having failed.

+*Note: bazel query does not respect the manual tag.

Runfiles

In the following, assume there is a *_binary() rule labeled //foo/bar:unittest, -- cgit v1.2.3