Merge pull request #4928 from unclejack/testscli-pull_busybox

integration-cli: pull busybox before running
Upstream-commit: bce2464e5e0a8e3efdc28aead5e2229c88d0ccc2
Component: engine
This commit is contained in:
Victor Vieux
2014-03-31 12:16:44 -07:00

View File

@ -19,6 +19,10 @@ fi
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 \
| tee $DEST/test.log