Browse code

Add better output for TestLinksEtcHostsContentMatch to help debug #14774

Signed-off-by: Doug Davis <dug@us.ibm.com>

Doug Davis authored on 2015/07/21 08:43:38
Showing 1 changed files
... ...
@@ -27,7 +27,7 @@ func (s *DockerSuite) TestLinksEtcHostsContentMatch(c *check.C) {
27 27
 	}
28 28
 
29 29
 	if out != string(hosts) {
30
-		c.Errorf("container")
30
+		c.Errorf("container: %s\n\nhost:%s", out, hosts)
31 31
 	}
32 32
 
33 33
 }