aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar diamondm <diamondm@google.com>2018-07-09 01:22:11 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-09 01:23:28 -0700
commitf4c494d5f7f59d7d380e459ee496ecfb3f87526f (patch)
tree05601861b7578e0686d953d4625029a7856cba58 /site
parent49d2031743231a979297bfc5d0a4463fabc0e21f (diff)
Update Blaze user manual to mention the new blaze run behavior.
RELNOTES: None. PiperOrigin-RevId: 203723885
Diffstat (limited to 'site')
-rw-r--r--site/docs/user-manual.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 84c963c906..49370b07f2 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -3857,9 +3857,8 @@ Bazel execution can result in following exit codes:
<b>For <code>bazel run</code>:</b>
<ul>
<li><code>1</code> - Build failed.</li>
- <li><code>6</code> - Run command failure. The executed subprocess returned a
- non-zero exit code. The actual subprocess exit code is
- given in stderr.</li>
+ <li>If the build succeeds but the executed subprocess returns a non-zero exit code it will be the
+ exit code of the command as well.</li>
</ul>