Skip to content

Commit

Permalink
Pass through TESTDIRS env var to Docker build container.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoreimann committed Apr 25, 2017
1 parent b44aca6 commit 962fb90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/')

Expand Down

0 comments on commit 962fb90

Please sign in to comment.