Browse Source

Merge pull request #7938 from unclejack/make_run_test_verbose

integ-cli: increase verbosity for mem & cpu test
Tibor Vass 11 years ago
parent
commit
43eab4034b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration-cli/docker_cli_run_test.go

+ 1 - 1
integration-cli/docker_cli_run_test.go

@@ -75,7 +75,7 @@ func TestDockerRunEchoStdoutWithCPUAndMemoryLimit(t *testing.T) {
 	errorOut(err, t, out)
 	errorOut(err, t, out)
 
 
 	if out != "test\n" {
 	if out != "test\n" {
-		t.Errorf("container should've printed 'test'")
+		t.Errorf("container should've printed 'test', got %q instead", out)
 	}
 	}
 
 
 	deleteAllContainers()
 	deleteAllContainers()