]> git.lizzy.rs Git - rust.git/commitdiff
bootstrap: Improve wording on docs for `verbose-tests`
authorJoshua Nelson <jyn514@gmail.com>
Tue, 14 Jul 2020 15:11:24 +0000 (11:11 -0400)
committerJoshua Nelson <jyn514@gmail.com>
Tue, 14 Jul 2020 15:11:24 +0000 (11:11 -0400)
config.toml.example

index 79e4e46d85ba344ea441ea279ae17923903610e2..01952b21ba4b1fe9a07f76b246b65e3a0151760c 100644 (file)
 # 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).