ソースを参照

Merge pull request #4323 from timruffles/patch-2

help contributors be more productive
Andy Rothfusz 11 年 前
コミット
d373cb8c89
1 ファイル変更3 行追加0 行削除
  1. 3 0
      docs/sources/contributing/devenvironment.rst

+ 3 - 0
docs/sources/contributing/devenvironment.rst

@@ -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