Merge pull request #14779 from duglin/BetterErrMsg14774
Add better output for TestLinksEtcHostsContentMatch to help debug #14774
This commit is contained in:
commit
efd56bbe6f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func (s *DockerSuite) TestLinksEtcHostsContentMatch(c *check.C) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if out != string(hosts) {
|
if out != string(hosts) {
|
||||||
c.Errorf("container")
|
c.Errorf("container: %s\n\nhost:%s", out, hosts)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue