Skip to content

Commit 03964ed

Browse files
committed
Add verbose shell logging
1 parent fcdfe5b commit 03964ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftlyTests/E2ETests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ final class E2ETests: SwiftlyTests {
9090
print("CHECKING /root/.profile")
9191
try Swiftly.currentPlatform.runProgram("cat", "/root/.profile")
9292

93-
try Swiftly.currentPlatform.runProgram(shell, "-i", "-l", "-c", "swiftly install --assume-yes latest --post-install-file=./post-install.sh")
93+
try Swiftly.currentPlatform.runProgram(shell, "-v", "-l", "-c", "swiftly install --assume-yes latest --post-install-file=./post-install.sh")
9494

9595
if FileManager.default.fileExists(atPath: "./post-install.sh") {
9696
try Swiftly.currentPlatform.runProgram(shell, "./post-install.sh")
9797
}
9898

99-
try Swiftly.currentPlatform.runProgram(shell, "-i", "-l", "-c", "swift --version", quiet: false)
99+
try Swiftly.currentPlatform.runProgram(shell, "-v", "-l", "-c", "swift --version", quiet: false)
100100
}
101101
}

0 commit comments

Comments
 (0)