Skip to content

Commit

Permalink
Print error cause on test vm config parse fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe authored and MarkusPettersson98 committed Apr 8, 2024
1 parent daa0896 commit 291f115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-manager/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub enum Error {
#[error("Failed to read config")]
Read(io::Error),
#[error("Failed to parse config")]
InvalidConfig(serde_json::Error),
InvalidConfig(#[from] serde_json::Error),
#[error("Failed to write config")]
Write(io::Error),
}
Expand Down

0 comments on commit 291f115

Please sign in to comment.