mirror of
https://github.com/moby/moby.git
synced 2026-07-02 20:58:21 +00: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>
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
|