Files
moby/testutil
Cory Snider d98a8c59ab testutil/daemon: fail gracefully if DEST is unset
If neither of the DOCKER_INTEGRATION_DAEMON_DEST or DEST environment
variables are set, integration tests panic with a nil-dereference panic
in os.(*File).Name(...). This is a very unhelpful behaviour for someone
trying to run integration tests interactively. Fix up the logic to avoid
dereferencing nil os.File pointers and instead fail the test immediately
with an actionable error message.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2025-09-05 16:09:14 -04:00
..
2025-05-30 15:59:16 +02:00
2025-08-01 00:49:22 +02:00