Merge pull request #34332 from clnperez/logrus-revendor
revendor logrus and x/crypto Upstream-commit: 2a54dc080471476037c87cc6961cc126368ffdd9 Component: engine
This commit is contained in:
@@ -2159,9 +2159,9 @@ func (s *DockerDaemonSuite) TestRunLinksChanged(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestDaemonStartWithoutColors(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux, NotPpc64le)
|
||||
testRequires(c, DaemonIsLinux)
|
||||
|
||||
infoLog := "\x1b[34mINFO\x1b"
|
||||
infoLog := "\x1b[36mINFO\x1b"
|
||||
|
||||
b := bytes.NewBuffer(nil)
|
||||
done := make(chan bool)
|
||||
@@ -2209,7 +2209,7 @@ func (s *DockerDaemonSuite) TestDaemonStartWithoutColors(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestDaemonDebugLog(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux, NotPpc64le)
|
||||
testRequires(c, DaemonIsLinux)
|
||||
|
||||
debugLog := "\x1b[37mDEBU\x1b"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user