mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #4928 from unclejack/testscli-pull_busybox
integration-cli: pull busybox before running
This commit is contained in:
commit
bce2464e5e
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ fi
|
||||||
|
|
||||||
docker -d -D -p $DEST/docker.pid &> $DEST/docker.log &
|
docker -d -D -p $DEST/docker.pid &> $DEST/docker.log &
|
||||||
|
|
||||||
|
# pull the busybox image before running the tests
|
||||||
|
sleep 2
|
||||||
|
docker pull busybox
|
||||||
|
|
||||||
bundle_test_integration_cli 2>&1 \
|
bundle_test_integration_cli 2>&1 \
|
||||||
| tee $DEST/test.log
|
| tee $DEST/test.log
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue