From ba661d829d9f570959702a799659b6802b8d48d9 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Tue, 14 Jul 2020 11:11:24 -0400 Subject: [PATCH] bootstrap: Improve wording on docs for `verbose-tests` --- config.toml.example | 3 +-- 1 file changed, 1 insertion(+), 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). -- 2.44.0