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
Fix: filter out \ args when no test name is available
When getCTestArgs is called without a specific test name (e.g., during
test discovery, batch runs, or initial configuration), args containing
\ are now filtered out instead of being passed to ctest with
the literal unexpanded placeholder. This prevents creating files with
literal \ in their name.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments