Skip to content

Commit 98d34a2

Browse files
committed
Add more tracing information
1 parent 03964ed commit 98d34a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/SwiftlyTests/E2ETests.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ final class E2ETests: SwiftlyTests {
8989
// TODO: remove this
9090
print("CHECKING /root/.profile")
9191
try Swiftly.currentPlatform.runProgram("cat", "/root/.profile")
92+
if FileManager.default.fileExists(atPath: "/root/.bash_profile") {
93+
print("FILE EXISTS! /root/.bash_profile")
94+
}
95+
if FileManager.default.fileExists(atPath: "/root/.bash_login") {
96+
print("FILE EXISTS! /root/.bash_login")
97+
}
9298

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

0 commit comments

Comments
 (0)