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
test(e2e): derive the fast-path binary names from what the build produced
Windows links `fastpath.exe`; the new fast-path section hardcoded the POSIX
spelling and failed at the baseline check before reaching the assertion it
exists for (e2e 2/2 windows). The suffix is a host constant, so take it off the
artifact `find` actually returned rather than branching on the platform.
0 commit comments