mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
help contributors be more productive
certainly saved me time after I found this in hack/make.sh :) Docker-DCO-1.1-Signed-off-by: Tim Ruffles <oi@truffles.me.uk> (github: github_handle)
This commit is contained in:
parent
ad88d0be83
commit
9c4799b7e7
1 changed files with 3 additions and 0 deletions
|
@ -122,7 +122,10 @@ If the test are successful then the tail of the output should look something lik
|
|||
PASS
|
||||
ok github.com/dotcloud/docker/utils 0.017s
|
||||
|
||||
If $TESTFLAGS is set in the environment, it is passed as extra arguments to 'go test'.
|
||||
You can use this to select certain tests to run, eg.
|
||||
|
||||
TESTFLAGS='-run ^TestBuild$' make test
|
||||
|
||||
|
||||
Step 6: Use Docker
|
||||
|
|
Loading…
Reference in a new issue