Skip to content

Commit

Permalink
Support TESTFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
pnasrat committed Dec 3, 2013
1 parent 3ed0ff8 commit d21563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doc:
cd docs && docker build -t docker-docs . && docker run -p 8000:8000 docker-docs

test: bundles
docker run -privileged -v `pwd`/bundles:/go/src/github.com/dotcloud/docker/bundles docker hack/make.sh test
docker run -e TESTFLAGS -privileged -v `pwd`/bundles:/go/src/github.com/dotcloud/docker/bundles docker hack/make.sh test

shell:
docker run -privileged -i -t docker bash
Expand Down

0 comments on commit d21563c

Please sign in to comment.