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
Restore XML output for Swift Testing when --disable-xctest is passed.
A previous PR, #7796, avoided Swift Testing stomping on XML output from XCTest
when both libraries were running tests. However, there's a bug in the
implementation where if you pass `--disable-xctest`, we don't end up telling
Swift Testing to write any XML at all. This PR fixes that.
0 commit comments