mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #3022 from pnasrat/3021-makefile-testflags
Support TESTFLAGS
This commit is contained in:
commit
7428e6a5f0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue