1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

integration-cli: pull busybox before running

Make sure the busybox image is ready to be used when running the cli
integration tests.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
This commit is contained in:
unclejack 2014-03-31 21:48:30 +03:00
parent b45c1061bf
commit f7ae3a1381

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