aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/test-encyclopedia.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 /site/docs/test-encyclopedia.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 'site/docs/test-encyclopedia.html')
-rw-r--r--site/docs/test-encyclopedia.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index d2501f1f68..f9e37e1621 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -413,7 +413,7 @@ prematurely and mark it as having failed.</p>
<tr>
<th><code>manual</code></th>
- <td>run test only if mentioned explicitly (not in a wildcard <code>:...</code>, <code>:*</code>, or <code>:all</code>)</td>
+ <td>don't include test target in wildcard target patterns like <code>:...</code>, <code>:*</code>, or <code>:all</code>)</td>
</tr>
<tr>
<th><code>medium</code></th>