From 3b4a346de72c3fa12b69dbcdc12116ba865ab50e Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 30 Aug 2020 22:23:53 -0400 Subject: [PATCH] Fix incorrect wording for `verbose-tests` This info was lost in https://github.com/rust-lang/rust/pull/74334. --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.example b/config.toml.example index 9abb8add785..424ede9cd1b 100644 --- a/config.toml.example +++ b/config.toml.example @@ -392,7 +392,7 @@ # desired in distributions, for example. #rpath = true -# Emits extra output from tests so test failures are debuggable just from logfiles. +# Emits extra output from the tests to debug issues in the test harness itself. #verbose-tests = false # Flag indicating whether tests are compiled with optimizations (the -O flag).