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
[nextest-runner] explicitly disable progress bar if stderr is not a TTY (#2739)
This is also checked by indicatif, but it's nice to be more explicit
about it. Plus, it allows us to use indicatif's `println` function,
which appears to flicker quite a bit less than `suspend`.
0 commit comments