checkpoint

This commit is contained in:
Kasey White
2022-12-10 00:42:38 -05:00
committed by KtorZ
parent 04c05f8d63
commit 3d3b3d7e10
3 changed files with 133 additions and 11 deletions

View File

@@ -548,7 +548,9 @@ where
results.push(test_info);
}
(Err(_), remaining_budget, _) => {
(Err(e), remaining_budget, _) => {
println!("ERROR:\n{}", e);
let test_info = TestInfo {
is_passing: false,
test,