about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-14 13:19:35 -0700
committerGitHub <noreply@github.com>2020-07-14 13:19:35 -0700
commitaedb7c37b8dff924cbb569601fa2bc3219a209bb (patch)
tree60df331674891eef3bee333156624a3fda9f4a5f
parent1cd8c5e4ee596c09b3fb7a5587c4ad138e13acf9 (diff)
parentba661d829d9f570959702a799659b6802b8d48d9 (diff)
downloadrust-aedb7c37b8dff924cbb569601fa2bc3219a209bb.tar.gz
rust-aedb7c37b8dff924cbb569601fa2bc3219a209bb.zip
Rollup merge of #74334 - jyn514:config-toml-docs, r=spastorino
bootstrap: Improve wording on docs for `verbose-tests`

From https://github.com/rust-lang/rustc-dev-guide/pull/795#discussion_r454392291

r? @spastorino
-rw-r--r--config.toml.example3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example
index 79e4e46d85b..01952b21ba4 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -391,8 +391,7 @@
 # desired in distributions, for example.
 #rpath = true
 
-# Emits extraneous output from tests to ensure that failures of the test
-# harness are debuggable just from logfiles.
+# Emits extra output from tests so test failures are debuggable just from logfiles.
 #verbose-tests = false
 
 # Flag indicating whether tests are compiled with optimizations (the -O flag).