[PATCH] D81337: Add max-failures option to lit documentation

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 11:26:53 PDT 2020


yln added inline comments.


================
Comment at: llvm/docs/CommandGuide/lit.rst:165
+ An integer argument may be passed on the command line
+ or the environment vairable MAX_FAILURES may be set
+ prior to execution.
----------------
jdenny wrote:
> jdenny wrote:
> > vairable -> variable
> > 
> > Also, does a `MAX_FAILURES` environment variable exist?  `git grep MAX_FAILURES` doesn't find it.
> Ping.
AFAIK, lit does not respect a `MAX_FAILURES` env var.  One can do: `LIT_OPTS=--max-failures=10`.  I think we can remove the last sentence from the description.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81337/new/

https://reviews.llvm.org/D81337





More information about the llvm-commits mailing list