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): make 202 CDB path greps separator-agnostic
Windows CDBs store file paths with backslashes, so `grep 'src/main.cpp'`
never matched and the test failed on the Windows e2e shard once the CDB
was actually being generated. Match either separator with `[\/]`.
0 commit comments