mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add better output for TestLinksEtcHostsContentMatch to help debug #14774
Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
37d737fc2c
commit
6751a49d14
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func (s *DockerSuite) TestLinksEtcHostsContentMatch(c *check.C) {
|
|||
}
|
||||
|
||||
if out != string(hosts) {
|
||||
c.Errorf("container")
|
||||
c.Errorf("container: %s\n\nhost:%s", out, hosts)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue