integ-cli: increase verbosity for mem & cpu test

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
This commit is contained in:
unclejack 2014-09-08 20:32:56 +03:00
parent 2360d4a440
commit 05a76477e6
1 changed files with 1 additions and 1 deletions

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