Files
moby/testutil/daemon
Paweł Gronowski c6bf3071fe StartWithLogFile: Fix d.cmd race
Use `exec.Command` created by this function instead of obtaining it from
daemon struct. This prevents a race condition where `daemon.Kill` is
called before the goroutine has the chance to call `cmd.Wait`.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit 88992de283)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2023-03-22 15:36:44 +01:00
..
2021-10-16 09:51:55 +03:00
2023-03-22 15:36:44 +01:00
2022-09-30 23:59:30 +02:00