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
Our tests are checking for stdout output which is specific to unix path
separators. This changes these tests to allow any character in those
positions. This could be more specific about exactly what character is
allowed based on the platform, but the signal to noise ratio there would
get insane, and I don't think it's worthwhile.
We still have some failures related to file lock contention which will
be a bit harder to fix.
0 commit comments