Skip to content

Commit 6d6ad5f

Browse files
committed
Capture by default
1 parent 9e67562 commit 6d6ad5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/difftests/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ fn main() {
12301230
run_tests: true,
12311231
bench_benchmarks: false,
12321232
logfile: None,
1233-
nocapture: true,
1233+
nocapture: false,
12341234
color: tester::ColorConfig::AutoColor,
12351235
format: tester::OutputFormat::Pretty,
12361236
test_threads: Some(1),

0 commit comments

Comments
 (0)