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

Mike Edwards via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 6 18:40:26 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG972a73a34786: [LIT] NFC adding max-failures option to lit documentation. (authored by sqlbyme).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81337

Files:
  llvm/docs/CommandGuide/lit.rst


Index: llvm/docs/CommandGuide/lit.rst
===================================================================
--- llvm/docs/CommandGuide/lit.rst
+++ llvm/docs/CommandGuide/lit.rst
@@ -158,6 +158,13 @@
 SELECTION OPTIONS
 -----------------
 
+.. option:: --max-failures MAX_FAILURES
+
+ Stop execution after the given number of failures.
+ An integer argument may be passed on the command line
+ or the environment vairable MAX_FAILURES may be set
+ prior to execution.
+
 .. option:: --max-tests=N
 
  Run at most ``N`` tests and then terminate.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81337.269035.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200607/21e71fa7/attachment.bin>


More information about the llvm-commits mailing list