Skip to content

Commit

Permalink
Merge pull request #19663 from mountkin/speedup-TestDaemonRestartWith…
Browse files Browse the repository at this point in the history
…ContainerRunning

speed up DockerDaemonSuite.TestDaemonRestartWithContainerRunning
  • Loading branch information
cpuguy83 committed Jan 25, 2016
2 parents 9211fc3 + c983996 commit 48d7cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/docker_cli_daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ func (s *DockerDaemonSuite) TestDaemonRestartWithContainerRunning(t *check.C) {
if err := s.d.StartWithBusybox(); err != nil {
t.Fatal(err)
}
if out, err := s.d.Cmd("run", "-ti", "-d", "--name", "test", "busybox"); err != nil {
if out, err := s.d.Cmd("run", "-d", "--name", "test", "busybox", "top"); err != nil {
t.Fatal(out, err)
}

Expand Down

0 comments on commit 48d7cbe

Please sign in to comment.