We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9105b01 commit e2cd63dCopy full SHA for e2cd63d
src/runner/worker.rs
@@ -246,6 +246,7 @@ impl<'a> Worker<'a> {
246
} else {
247
match failure_reason(&err) {
248
crate::results::FailureReason::Unknown => TestResult::Error,
249
+ // BuildFail should have the desired semantics even if a seperate PrepareFail variant would be cleaner
250
reason => TestResult::BuildFail(reason),
251
}
252
};
0 commit comments