There was an error while loading. Please reload this page.
1 parent d8e38ab commit baf9cb6Copy full SHA for baf9cb6
1 file changed
Tests/CLITests/Subcommands/Run/TestCLIRunCommand.swift
@@ -841,7 +841,6 @@ class TestCLIRunCommand3: CLITest {
841
try? doRemove(name: name, force: true)
842
}
843
#expect(status != 0, "Command should have failed")
844
- print("TEST: \(error)")
845
#expect(
846
error.contains("Permission denied while binding to host port \(privilegedPort)"),
847
"Error message should mention permission denied for the port. Got: \(error)"
0 commit comments