Skip to content

Commit 5ea78f4

Browse files
committed
fixp
1 parent 565954c commit 5ea78f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Bar-1.2.3.zip

-476 Bytes
Binary file not shown.

Tests/CommandsTests/BuildToolTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,11 @@ final class BuildToolTests: XCTestCase {
247247
fixture(name: "DependencyResolution/Internal/Simple") { path in
248248
do {
249249
let result = try execute([], packagePath: path)
250+
#if os(macOS)
250251
XCTAssertTrue(result.stdout.contains("[6/6] Build complete!"), result.stdout)
252+
#else
253+
XCTAssertTrue(result.stdout.contains("[8/8] Build complete!"), result.stdout)
254+
#endif
251255
}
252256

253257
do {

0 commit comments

Comments
 (0)