Skip to content

Commit cade736

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/6.1
2 parents 486c801 + 11ebe9e commit cade736

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/Commands/SwiftTestCommand.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ struct TestEventStreamOptions: ParsableArguments {
119119
@Option(name: .customLong("event-stream-version"),
120120
help: .hidden)
121121
var eventStreamVersion: Int?
122+
123+
/// Experimental path for writing attachments (Swift Testing only.)
124+
@Option(name: .customLong("experimental-attachments-path"),
125+
help: .private)
126+
var experimentalAttachmentsPath: AbsolutePath?
122127
}
123128

124129
struct TestCommandOptions: ParsableArguments {

0 commit comments

Comments
 (0)