Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Oct 9, 2023
1 parent 559add4 commit afae9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddev/src/ddev/e2e/agent/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ def stop(self) -> None:

for command in (
['docker', 'stop', '-t', '0', self._container_name],
# Remove manually rather than using the `--rm` flag of the `run` command to allow for
# debugging issues that caused the Agent container to stop
['docker', 'rm', self._container_name],
):
process = self._captured_process(command)
Expand Down

0 comments on commit afae9b7

Please sign in to comment.