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
This addresses a bug where test log names were too long to fit within MAX_PATH on Windows, since they included the path to the test as well. As os.path.basename()s are already unique for all binaries (enforced in main()), this is gives cleaner log names without risking collisions either.
0 commit comments