Skip to content

Commit 29cb1b4

Browse files
debug windows ci failure
1 parent df65f82 commit 29cb1b4

File tree

1 file changed

+3
-0
lines changed
  • nextest-runner/tests/integration

1 file changed

+3
-0
lines changed

nextest-runner/tests/integration/basic.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,9 @@ fn test_override_timeout_result() -> Result<()> {
971971

972972
let (instance_statuses, run_stats) = execute_collect(runner);
973973

974+
println!("run_stats: {:?}", run_stats);
975+
println!("profile: {profile:?}");
976+
974977
assert_eq!(run_stats.passed_timed_out, 1, "only 1 test should pass");
975978
assert_eq!(run_stats.failed_timed_out, 2, "only 2 tests should fail");
976979

0 commit comments

Comments
 (0)