Skip to content

Commit 13ea104

Browse files
committed
update rust.verbose-tests doc in config.example.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent 19b8f9e commit 13ea104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.example.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
#stack-protector = "none"
642642

643643
# Prints each test name as it is executed, to help debug issues in the test harness itself.
644-
#verbose-tests = false
644+
#verbose-tests = if is_verbose { true } else { false }
645645

646646
# Flag indicating whether tests are compiled with optimizations (the -O flag).
647647
#optimize-tests = true

0 commit comments

Comments
 (0)