Skip to content

Commit d2edfa3

Browse files
Update Tests/BuildTests/IncrementalBuildTests.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent ef5ce43 commit d2edfa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/BuildTests/IncrementalBuildTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ final class IncrementalBuildTests: XCTestCase {
163163
environment: environment
164164
).spm_chomp()
165165

166+
// Generate a new path to make sure the cache is not used and it's rebuilt again with same path.
166167
let newSdkPathStr = "/tmp/../\(sdkPathStr)"
167168
// Perform a full build again because SDK changed.
168169
let log1 = try executeSwiftBuild(fixturePath, env: ["SDKROOT": newSdkPathStr]).stdout

0 commit comments

Comments
 (0)