You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Produce output on the (possibly piped) terminal.
///
/// If the terminal isn't piped, produce output to a progress bar.
Terminal,
However, in the displayer, the bar is only disabled if an option (and/or two) is passed, or if Nextest detects that it's running in CI -- else, it'll show the progress bar:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ReporterStderr
's documentation points out that not all terminals will be PTYs:nextest/nextest-runner/src/reporter/imp.rs
Lines 22 to 26 in e1578c7
However, in the displayer, the bar is only disabled if an option (and/or two) is passed, or if Nextest detects that it's running in CI -- else, it'll show the progress bar:
nextest/nextest-runner/src/reporter/displayer/imp.rs
Lines 75 to 98 in e1578c7
Am I missing where the piped case is handled in
ReporterStderrImpl::TerminalWithBar
, or is this a regression?Beta Was this translation helpful? Give feedback.
All reactions