Pass through TESTDIRS env var to Docker build container.

This commit is contained in:
Timo Reimann 2017-04-24 18:11:34 +02:00
parent b44aca64e3
commit 962fb908c0

View file

@ -6,7 +6,8 @@ TRAEFIK_ENVS := \
-e TESTFLAGS \
-e VERBOSE \
-e VERSION \
-e CODENAME
-e CODENAME \
-e TESTDIRS
SRCS = $(shell git ls-files '*.go' | grep -v '^vendor/' | grep -v '^integration/vendor/')