Add better output for TestLinksEtcHostsContentMatch to help debug #14774

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis 2015-07-20 16:43:38 -07:00
parent 37d737fc2c
commit 6751a49d14
1 changed files with 1 additions and 1 deletions

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