Skip to content

Commit 2b7ca08

Browse files
committed
fix parsing to handle new variant
1 parent d3ec2ae commit 2b7ca08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/results/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ impl ::std::str::FromStr for FailureReason {
272272
"timeout" => Ok(FailureReason::Timeout),
273273
"ice" => Ok(FailureReason::ICE),
274274
"no-space" => Ok(FailureReason::NoSpace),
275+
"docker" => Ok(FailureReason::Docker),
275276
_ => bail!("unexpected value: {}", s),
276277
}
277278
}

0 commit comments

Comments
 (0)