Skip to content

Commit 348c08d

Browse files
committed
Add more output to test failure on Linux.
At least until I can get a Linux dev env that actually works so I can run these locally.
1 parent 0740be5 commit 348c08d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/BuildTests/PrepareForIndexTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class PrepareForIndexTests: XCTestCase {
6161
XCTAssertFalse(toolSwiftc.otherArguments.contains("-experimental-skip-all-function-bodies"))
6262

6363
// Make sure only object files for tools are built
64-
XCTAssertTrue(outputs.filter({ $0.hasSuffix(".o") }).allSatisfy({ $0.contains("-tool.build/")}))
64+
XCTAssertTrue(outputs.filter({ $0.hasSuffix(".o") }).allSatisfy({ $0.contains("-tool.build/")}),
65+
"outputs:\n\t\(outputs.filter({ $0.hasSuffix(".o") }).joined(separator: "\n\t"))"
66+
)
6567
}
6668
}

0 commit comments

Comments
 (0)