mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
TestEventsUntag requires a `timeout` command which does not exist on OS X or Windows (in fact, windows has a totally different timeout program and this test was accidentally using it). - Created runCommandWithOutputForDuration. This entirely replaces runDockerCommandWithTimeout and removes dependency to `timeout` command. - Made runDockerCommandWithTimeout reuse runDockerCommandForDuration. TestEventsUntag works now on Windows. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> Upstream-commit: 5dbaea1ca99ecb51174259f5ebb814101c349edc Component: engine