mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #7938 from unclejack/make_run_test_verbose
integ-cli: increase verbosity for mem & cpu test
This commit is contained in:
commit
43eab4034b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue