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
system-tests: Prevent out of order prints to stderr
If we get a new tokio::io::stderr() every time the output can be
scrambled because multiple threads try to output it at the same time.
Therefore, only use one stderr instance to keep the output in order.
0 commit comments