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

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 08:48:22 PDT 2020


jdenny 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.
----------------
vairable -> variable

Also, does a `MAX_FAILURES` environment variable exist?  `git grep MAX_FAILURES` doesn't find it.


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