Add a tip about --ginkgo.noColor

Document the flag to switch off color in the output logs.
This commit is contained in:
Davanum Srinivas 2017-04-05 17:36:03 -04:00 committed by GitHub
parent f841d025a8
commit 749edb1241
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.