mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
integ-cli: increase verbosity for mem & cpu test
Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack) Upstream-commit: 05a76477e6a70975b1c60637c3f8e2d7a507c490 Component: engine
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user