mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Interactive integration testing is useful when you're developing new tests, or making changes to cli code. Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 1d945a9743748373cd5c5bfface3209d241007d7 Component: engine
8 lines
104 B
Bash
8 lines
104 B
Bash
#!/bin/bash
|
|
|
|
bundle .integration-daemon-start
|
|
bundle .integration-daemon-setup
|
|
|
|
export ABS_DEST
|
|
bash +e
|