We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9566d3 commit bbf84b3Copy full SHA for bbf84b3
nextest-runner/src/reporter/displayer/imp.rs
@@ -94,6 +94,8 @@ impl DisplayReporterBuilder {
94
95
ReporterStderr::Terminal => {
96
let state = ProgressBarState::new(self.test_count, theme_characters.progress_chars);
97
+ // Note: even if we create a progress bar here, if stderr is
98
+ // piped, indicatif will not show it.
99
ReporterStderrImpl::TerminalWithBar { state }
100
}
101
ReporterStderr::Buffer(buf) => ReporterStderrImpl::Buffer(buf),
0 commit comments