From f7ae3a1381fdc53042bebec085bb3f108bc05da3 Mon Sep 17 00:00:00 2001 From: unclejack Date: Mon, 31 Mar 2014 21:48:30 +0300 Subject: [PATCH] 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 (github: unclejack) --- hack/make/test-integration-cli | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hack/make/test-integration-cli b/hack/make/test-integration-cli index d007fbaf6a..5c6fc367fc 100644 --- a/hack/make/test-integration-cli +++ b/hack/make/test-integration-cli @@ -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