[llvm] 972a73a - [LIT] NFC adding max-failures option to lit documentation.

Mike Edwards via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 6 18:30:01 PDT 2020


Author: Mike Edwards
Date: 2020-06-06T18:26:45-07:00
New Revision: 972a73a3478617e00792ca7bf39a3a35a684162c

URL: https://github.com/llvm/llvm-project/commit/972a73a3478617e00792ca7bf39a3a35a684162c
DIFF: https://github.com/llvm/llvm-project/commit/972a73a3478617e00792ca7bf39a3a35a684162c.diff

LOG: [LIT] NFC adding max-failures option to lit documentation.

Differential Revision: https://reviews.llvm.org/D81337

Added: 
    

Modified: 
    llvm/docs/CommandGuide/lit.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index 4fad853db57e..dfc079e9974c 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -158,6 +158,13 @@ EXECUTION OPTIONS
 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.


        


More information about the llvm-commits mailing list