Skip to content

Commit

Permalink
adjust failure reason short name
Browse files Browse the repository at this point in the history
- as requested in rust-lang#760 (comment)
  • Loading branch information
Skgland committed Dec 30, 2024
1 parent 88cc188 commit e224ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl ResultName for FailureReason {
FailureReason::Unknown => "failed (unknown)".into(),
FailureReason::Timeout => "timed out".into(),
FailureReason::NetworkAccess => "network access".into(),
FailureReason::Docker => "docker".into(),
FailureReason::Docker => "failed (docker error)".into(),
FailureReason::OOM => "OOM".into(),
FailureReason::ICE => "ICE".into(),
FailureReason::NoSpace => "no space left on device".into(),
Expand Down

0 comments on commit e224ce0

Please sign in to comment.