mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Fix config pickup behaviour so that both examples and usage-examples build
correctly
This commit is contained in:
parent
859cd418f0
commit
d838286de6
4 changed files with 39 additions and 15 deletions
|
|
@ -100,8 +100,8 @@ impl fmt::Display for TestRunError {
|
|||
TestRunError::CommandError(e) => {
|
||||
write!(
|
||||
f,
|
||||
"Command failed with exit status {}: {}",
|
||||
e.exit_status, e.stdout
|
||||
"Command failed with exit status {}: {} {}",
|
||||
e.exit_status, e.stdout, e.stderr
|
||||
)
|
||||
}
|
||||
TestRunError::PathConversionError(p) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue