diff --git a/crates/core/src/main.rs b/crates/core/src/main.rs index 2fc48a0..55ec7d3 100644 --- a/crates/core/src/main.rs +++ b/crates/core/src/main.rs @@ -341,6 +341,7 @@ async fn start_reporter_task(mut report_rx: mpsc::UnboundedReceiver<(Test, CaseR } } + eprintln!(); let elapsed = start.elapsed(); // Now, log the failures with more complete errors at the bottom, like `cargo test` does, so