We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BootstrapCommand
1 parent 7314873 commit 6b8febcCopy full SHA for 6b8febc
src/bootstrap/src/utils/exec.rs
@@ -54,7 +54,7 @@ impl<'a> From<&'a mut Command> for BootstrapCommand<'a> {
54
Self {
55
command,
56
failure_behavior: BehaviorOnFailure::Exit,
57
- output_mode: OutputMode::SuppressOnSuccess,
+ output_mode: OutputMode::PrintAll,
58
}
59
60
0 commit comments