Merge pull request #367 from messense/feature/fix-mdbook-test-error
Print stdout when `mdbook test` failed
This commit is contained in:
commit
a220528c15
|
@ -107,6 +107,7 @@ 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