Selaa lähdekoodia

Merge pull request #7938 from unclejack/make_run_test_verbose

integ-cli: increase verbosity for mem & cpu test
Tibor Vass 11 vuotta sitten
vanhempi
commit
43eab4034b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)
 
 	if out != "test\n" {
-		t.Errorf("container should've printed 'test'")
+		t.Errorf("container should've printed 'test', got %q instead", out)
 	}
 
 	deleteAllContainers()