From 667dc58c3929112a2b8b8bc67ae54a394169c6df Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Tue, 27 Jan 2015 16:40:11 -0800 Subject: [PATCH] Export DOCKER_GRAPHDRIVER and DOCKER_EXECDRIVER in integration-cli This needed for our "small" testing daemon using same config as "big" testing daemon. Signed-off-by: Alexander Morozov --- project/make/.integration-daemon-start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/make/.integration-daemon-start b/project/make/.integration-daemon-start index f00bb6331f..5d3cd94140 100644 --- a/project/make/.integration-daemon-start +++ b/project/make/.integration-daemon-start @@ -12,8 +12,8 @@ fi # intentionally open a couple bogus file descriptors to help test that they get scrubbed in containers exec 41>&1 42>&2 -DOCKER_GRAPHDRIVER=${DOCKER_GRAPHDRIVER:-vfs} -DOCKER_EXECDRIVER=${DOCKER_EXECDRIVER:-native} +export DOCKER_GRAPHDRIVER=${DOCKER_GRAPHDRIVER:-vfs} +export DOCKER_EXECDRIVER=${DOCKER_EXECDRIVER:-native} if [ -z "$DOCKER_TEST_HOST" ]; then ( set -x; exec \