We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089ff9d commit a102a1eCopy full SHA for a102a1e
src/report/display.rs
@@ -13,7 +13,7 @@ impl ResultName for FailureReason {
13
FailureReason::Unknown => "failed (unknown)".into(),
14
FailureReason::Timeout => "timed out".into(),
15
FailureReason::NetworkAccess => "network access".into(),
16
- FailureReason::Docker => "docker".into(),
+ FailureReason::Docker => "failed (docker error)".into(),
17
FailureReason::OOM => "OOM".into(),
18
FailureReason::ICE => "ICE".into(),
19
FailureReason::NoSpace => "no space left on device".into(),
0 commit comments