Print stdout when `mdbook test` failed
This commit is contained in:
parent
4974d2cfa1
commit
f2544e0707
|
@ -107,7 +107,8 @@ pub mod errors {
|
|||
errors {
|
||||
Subprocess(message: String, output: ::std::process::Output) {
|
||||
description("A subprocess failed")
|
||||
display("{}: {}", message, String::from_utf8_lossy(&output.stdout))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue