Skip to content

Commit 8bd8169

Browse files
committed
moved render_tests in utils to new execution context
1 parent def4488 commit 8bd8169

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/src/utils/render_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ pub(crate) fn try_run_tests(
4343
if builder.fail_fast {
4444
crate::exit!(1);
4545
} else {
46-
let mut failures = builder.delayed_failures.borrow_mut();
47-
failures.push(format!("{cmd:?}"));
46+
builder.config.exec_ctx().add_to_delay_failure(format!("{cmd:?}"));
4847
false
4948
}
5049
} else {

0 commit comments

Comments
 (0)