mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 05:07:22 +00:00
Merge pull request #3022 from pnasrat/3021-makefile-testflags
Support TESTFLAGS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user