Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-ci committed Dec 10, 2024
2 parents 486c801 + 11ebe9e commit cade736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Commands/SwiftTestCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ struct TestEventStreamOptions: ParsableArguments {
@Option(name: .customLong("event-stream-version"),
help: .hidden)
var eventStreamVersion: Int?

/// Experimental path for writing attachments (Swift Testing only.)
@Option(name: .customLong("experimental-attachments-path"),
help: .private)
var experimentalAttachmentsPath: AbsolutePath?
}

struct TestCommandOptions: ParsableArguments {
Expand Down

0 comments on commit cade736

Please sign in to comment.