Merge pull request #24280 from miaoyq/24261-fix-make-docker-py-err

Fix 'make test-docker-py' error
This commit is contained in:
Sebastiaan van Stijn 2016-07-16 02:07:23 +02:00 committed by GitHub
commit 13fcbe3d53

View file

@ -26,7 +26,13 @@ DOCKER_ENVS := \
-e DOCKER_USERLANDPROXY \
-e TESTDIRS \
-e TESTFLAGS \
-e TIMEOUT
-e TIMEOUT \
-e HTTP_PROXY \
-e HTTPS_PROXY \
-e NO_PROXY \
-e http_proxy \
-e https_proxy \
-e no_proxy
# note: we _cannot_ add "-e DOCKER_BUILDTAGS" here because even if it's unset in the shell, that would shadow the "ENV DOCKER_BUILDTAGS" set in our Dockerfile, which is very important for our official builds
# to allow `make BIND_DIR=. shell` or `make BIND_DIR= test`