Merge pull request #7938 from unclejack/make_run_test_verbose

integ-cli: increase verbosity for mem & cpu test
Upstream-commit: 43eab4034b1a88e8f68ce96be44643475201d94d
Component: engine
This commit is contained in:
Tibor Vass
2014-09-08 14:10:58 -04:00
@@ -75,7 +75,7 @@ func TestDockerRunEchoStdoutWithCPUAndMemoryLimit(t *testing.T) {
errorOut(err, t, out)
if out != "test\n" {
t.Errorf("container should've printed 'test'")
t.Errorf("container should've printed 'test', got %q instead", out)
}
deleteAllContainers()