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
In case stdout is not a TTY (e.g. a pipe), trying to rewrite the last
line (using \r) does not work, and the output of the test execution
gets mangled by the progress indicator.
Hence, do not use a progress indicator at all in case the output is not
a TTY (checked only on non-Windows OSes).
0 commit comments