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
Add --experimental-attachments-path to swift test. (#8170)
This PR adds the given experimental command-line argument to `swift
test` to allow writing attachments to a user-supplied directory when
using Swift Testing. In the future, we will formally propose this flag
as part of the attachments feature.
XCTest on Darwin would need separate changes to support this argument
and they are beyond the scope of this PR. XCTest on non-Darwin platforms
(corelibs-xctest) does not support attachments.
Resolves rdar://141225464.
0 commit comments