Fix test requirement for ARM
Correctly passes the DOCKER_ENGINE_GOARCH env var to the testing environment Also fixes logic for skipping a test if on ARM. Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com> Upstream-commit: d12f4babdd08acd3cf64c2ee4a9550c81d534816 Component: engine
This commit is contained in:
@ -211,6 +211,7 @@ test_env() {
|
||||
# use "env -i" to tightly control the environment variables that bleed into the tests
|
||||
env -i \
|
||||
DEST="$DEST" \
|
||||
DOCKER_ENGINE_GOARCH="$DOCKER_ENGINE_GOARCH" \
|
||||
DOCKER_GRAPHDRIVER="$DOCKER_GRAPHDRIVER" \
|
||||
DOCKER_USERLANDPROXY="$DOCKER_USERLANDPROXY" \
|
||||
DOCKER_HOST="$DOCKER_HOST" \
|
||||
|
||||
Reference in New Issue
Block a user