1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #14779 from duglin/BetterErrMsg14774

Add better output for TestLinksEtcHostsContentMatch to help debug #14774
This commit is contained in:
Tibor Vass 2015-07-20 20:40:06 -04:00
commit efd56bbe6f

View file

@ -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)
}
}