raco test --deps docs

This commit is contained in:
Jay McCarthy 2017-10-20 11:34:30 -04:00
parent 5662ed8e99
commit 2b9b1b22f2

View File

@ -142,6 +142,10 @@ The @exec{raco test} command accepts several flags:
@item{@Flag{e} or @DFlag{check-stderr}
--- Count any stderr output as a test failure.}
@item{@DFlag{deps}
--- If considering arguments as packages, also check package
dependencies.}
@item{@DPFlag{ignore-stderr} @nonterm{pattern}
--- Don't count stderr output as a test failure if it matches
@nonterm{pattern}. This flag can be used multiple times, and