Merge pull request #7938 from unclejack/make_run_test_verbose

integ-cli: increase verbosity for mem & cpu test
This commit is contained in:
Tibor Vass 2014-09-08 14:10:58 -04:00
commit 43eab4034b
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()