mirror of
https://github.com/docker/compose.git
synced 2026-09-25 06:54:41 +00:00
- TestExec locks the container-selection order (service container over one-off) with one-off state observed at each step. - providers: a shared providerScenario helper wires the example-provider binary into PATH; the env assertions anchor on the 'test-1 | ' log prefix, replacing the hand-rolled env parser, and the stop-hook sentinel file is observed with FileExists. - Fixtures exec/ and providers/ are removed. Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
4 lines
67 B
YAML
4 lines
67 B
YAML
services:
|
|
test:
|
|
image: alpine
|
|
command: tail -f /dev/null
|