Skip to content

Commit 69c4f24

Browse files
committed
Extra verbosity
1 parent 1c1c4a5 commit 69c4f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SPMTestSupport/XCTAssertHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public func XCTAssertSwiftTest(
6969
try executeSwiftTest(
7070
path,
7171
configuration: configuration,
72-
extraArgs: extraArgs,
72+
extraArgs: extraArgs + ["--very-verbose"],
7373
Xcc: Xcc,
7474
Xld: Xld,
7575
Xswiftc: Xswiftc,

0 commit comments

Comments
 (0)