Skip to content

Commit a87c73f

Browse files
committed
Add --skip-install option to init to be able to get the post install script to run
1 parent 0102b68 commit a87c73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftlyTests/E2ETests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ final class E2ETests: SwiftlyTests {
8282
let extractedSwiftly = FileManager.default.homeDirectoryForCurrentUser.appendingPathComponent("usr/local/bin/swiftly").path
8383
#endif
8484

85-
try Swiftly.currentPlatform.runProgram(extractedSwiftly, "init", "--assume-yes", "--no-install", quiet: false)
85+
try Swiftly.currentPlatform.runProgram(extractedSwiftly, "init", "--assume-yes", "--skip-install", quiet: false)
8686

8787
let shell = try await Swiftly.currentPlatform.getShell()
8888

0 commit comments

Comments
 (0)