1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

integ-cli: increase verbosity for mem & cpu test

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
Upstream-commit: 05a76477e6a70975b1c60637c3f8e2d7a507c490
Component: engine
This commit is contained in:
unclejack
2014-09-08 20:32:56 +03:00
parent 6f45c889a8
commit ff6065975e

View File

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