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. (#7849)
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.
Tested with:
```sh
swift build
$(pwd)/.build/debug/swift-test --package-path /Volumes/Dev/Source/swift-testing --disable-xctest --xunit-output /dev/stdout
```
To confirm that XML output was produced for Swift Testing's test target
(as an exemplar package that uses Swift Testing.)
0 commit comments