Merge pull request #513 from kubernetes/document-no-color-flag

Add a tip about --ginkgo.noColor
This commit is contained in:
Michal Rostecki 2017-04-06 16:54:21 +02:00 committed by GitHub
commit 3b8df08083
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ if any specs are pending.
--ginkgo.focus="": If set, ginkgo will only run specs that match this regular
expression.
--ginkgo.noColor="n": If set to "y", ginkgo will not use color in the output
--ginkgo.skip="": If set, ginkgo will only run specs that do not match this
regular expression.