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
Always set the XCTest bundle path on Darwin when running exit tests. (#422)
Xcode is a complicated beast and there are code paths that lead to us
running a test hosted by XCTest that isn't discoverable by the existing
exit test implementation. This PR makes that implementation more robust
in these scenarios and fixes spurious exit test failures that were
resulting.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments