aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Michael Staib <mstaib@google.com>2017-02-23 23:08:40 +0000
committerGravatar Irina Iancu <elenairina@google.com>2017-02-24 08:30:58 +0000
commit3df106e82f2e400f23a258b7ed1243b9853bd655 (patch)
tree06db0031e97b60b030a2a5f4533eebac46443d62 /site
parent1dfddb22cee1cfd736227243a10c8c2127151134 (diff)
Remove historical reference to test runners from user manual.
-- PiperOrigin-RevId: 148397211 MOS_MIGRATED_REVID=148397211
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/bazel-user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/bazel-user-manual.html b/site/versions/master/docs/bazel-user-manual.html
index 2f8a373ba9..5fc52226a3 100644
--- a/site/versions/master/docs/bazel-user-manual.html
+++ b/site/versions/master/docs/bazel-user-manual.html
@@ -2699,7 +2699,7 @@ value, merely warns if Bazel thinks the timeout could be restricted further.
<h4 id='flag--test_arg'><code class='flag'>--test_arg <var>arg</var></code></h4>
<p>
- Passes command-line options/flags/arguments to the test (not to the test runner). This
+ Passes command-line options/flags/arguments to each test process. This
option can be used multiple times to pass several arguments, e.g.
<code class='flag'>--test_arg=--logtostderr --test_arg=--v=3</code>.
</p>