about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-07-14 11:11:24 -0400
committerJoshua Nelson <jyn514@gmail.com>2020-07-14 11:11:24 -0400
commitba661d829d9f570959702a799659b6802b8d48d9 (patch)
tree9a05cc6179deb8825bf9d65d7bad79ca67917b24
parentc724b67e1b474262917a5154d74e7072267593fe (diff)
downloadrust-ba661d829d9f570959702a799659b6802b8d48d9.tar.gz
rust-ba661d829d9f570959702a799659b6802b8d48d9.zip
bootstrap: Improve wording on docs for `verbose-tests`
-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).