Skip to content

Commit baf9cb6

Browse files
committed
Remove test print.
1 parent d8e38ab commit baf9cb6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/CLITests/Subcommands/Run/TestCLIRunCommand.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ class TestCLIRunCommand3: CLITest {
841841
try? doRemove(name: name, force: true)
842842
}
843843
#expect(status != 0, "Command should have failed")
844-
print("TEST: \(error)")
845844
#expect(
846845
error.contains("Permission denied while binding to host port \(privilegedPort)"),
847846
"Error message should mention permission denied for the port. Got: \(error)"

0 commit comments

Comments
 (0)