Merge pull request #33577 from crosbymichael/revert-ONCLR
Revert ONCLR and OPOST changes Upstream-commit: cd35e4beee13a7c193e2a89008cd87d38fcd0161 Component: engine
This commit is contained in:
@@ -287,7 +287,7 @@ func (s *DockerSwarmSuite) TestServiceLogsTTY(c *check.C) {
|
||||
result = icmd.RunCmd(cmd)
|
||||
// for some reason there is carriage return in the output. i think this is
|
||||
// just expected.
|
||||
c.Assert(result, icmd.Matches, icmd.Expected{Out: "out\nerr\n"})
|
||||
c.Assert(result, icmd.Matches, icmd.Expected{Out: "out\r\nerr\r\n"})
|
||||
}
|
||||
|
||||
func (s *DockerSwarmSuite) TestServiceLogsNoHangDeletedContainer(c *check.C) {
|
||||
|
||||
Reference in New Issue
Block a user