about summary refs log tree commit diff
diff options
context:
space:
mode:
-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