Fix incorrect wording for `verbose-tests`

This info was lost in https://github.com/rust-lang/rust/pull/74334.
This commit is contained in:
Joshua Nelson 2020-08-30 22:23:53 -04:00
parent 022e1fe235
commit 3b4a346de7
1 changed files with 1 additions and 1 deletions

View File

@ -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).