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
Don't stomp on xUnit output from XCTest when running Swift Testing. (#7796)
This PR forces Swift Testing to write its xUnit output to a different
path from what the user specifies.
In the future, we should have the two testing libraries collate their
XML output into a single file, but that requires the ability to parse
and reformat XML output and that's a little beyond the capabilities of
this feature right now. Since we expect most uses of xUnit output right
now are existing ones with existing XCTest-based tests, moving Swift
Testing aside seems like the right call.
(If XCTest is explicitly disabled, the exact specified path is used.)
0 commit comments