aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
diff options
context:
space:
mode:
authorGravatar Nathan Harmata <nharmata@google.com>2015-12-03 00:46:01 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-12-03 18:37:39 +0000
commit2dbe1baf752339c9c4dc6baee929507ce4007e33 (patch)
tree3f8c91b9cdbb453738e8c688ced3aff065ef4666 /src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
parente3681d1fb21efd7d0c597965c3642647649b417c (diff)
Explicitly mention that 'manual' test targets are not matched by wildcard target patterns and are thus neither built nor tested by invocations like "blaze test //my/project/..."
-- MOS_MIGRATED_REVID=109251573
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
index 1937b33525..e447335010 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html
@@ -48,18 +48,18 @@
</p>
<ul>
- <li><code>exclusive</code> keyword will force test to be run in the
+ <li><code>exclusive</code> keyword will force the test to be run in the
&quot;exclusive&quot; mode, ensuring that no other tests are running at the
same time. Such tests will be executed in serial fashion after all build
activity and non-exclusive tests have been completed. They will also always
run locally and thus without sandboxing.
</li>
- <li><code>manual</code> keyword will force test to be ignored by all command
- line wildcards (<code>...</code>, <code>:*</code>, <code>:all</code>, etc).
- It will also be ignored by the <code>test_suite</code> rules that do not
- mention this test explicitly. The only way
- to run such test is to specify it explicitly on the command line.
+ <li><code>manual</code> keyword will force the test target to not be included in target pattern
+ wildcards (<code>...</code>, <code>:*</code>, <code>:all</code>, etc); the test target will be
+ neither built nor run. It will also be ignored by the <code>test_suite</code> rules that do not
+ mention this test explicitly. The only way to build or run such a test is to specify it via an
+ explicit target pattern on the command line.
</li>
<li><code>external</code> keyword will force test to be unconditionally