From 05a76477e6a70975b1c60637c3f8e2d7a507c490 Mon Sep 17 00:00:00 2001 From: unclejack Date: Mon, 8 Sep 2014 20:32:56 +0300 Subject: [PATCH] integ-cli: increase verbosity for mem & cpu test Docker-DCO-1.1-Signed-off-by: Cristian Staretu (github: unclejack) --- integration-cli/docker_cli_run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index bfba42ee06..bee77fb179 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -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()