about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-09-09 18:56:37 +0300
committeronur-ozkan <work@onurozkan.dev>2024-09-09 18:56:37 +0300
commit13ea104798dfdb31613963d49be43e615c6f6dfe (patch)
treecad27267a59e22eea3c4e3511c446219451cbcdb
parent19b8f9e17cf86cf83bd1fc742cf159605d0504dd (diff)
downloadrust-13ea104798dfdb31613963d49be43e615c6f6dfe.tar.gz
rust-13ea104798dfdb31613963d49be43e615c6f6dfe.zip
update `rust.verbose-tests` doc in `config.example.toml`
Signed-off-by: onur-ozkan <work@onurozkan.dev>
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index e9433c9c9bd..17fe9be7d56 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -641,7 +641,7 @@
 #stack-protector = "none"
 
 # Prints each test name as it is executed, to help debug issues in the test harness itself.
-#verbose-tests = false
+#verbose-tests = if is_verbose { true } else { false }
 
 # Flag indicating whether tests are compiled with optimizations (the -O flag).
 #optimize-tests = true