summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-08 20:59:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-08 20:59:25 +0000
commitabb9de5257375dbf10c87bdbf40ecafa777a0881 (patch)
treea0770293ed829eff05e5a4cad6f8657c74515fc8 /docs
parent59c6b1073c48befe021de024a693bed94147120c (diff)
downloadllvm-abb9de5257375dbf10c87bdbf40ecafa777a0881.tar.gz
llvm-abb9de5257375dbf10c87bdbf40ecafa777a0881.tar.bz2
llvm-abb9de5257375dbf10c87bdbf40ecafa777a0881.tar.xz
[lit] Change --show-{tests,suites} to exit after printing.
- This is a more sensible behavior than printing and also running tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/lit.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst
index 5e986c85fe..4d84be63df 100644
--- a/docs/CommandGuide/lit.rst
+++ b/docs/CommandGuide/lit.rst
@@ -149,7 +149,11 @@ ADDITIONAL OPTIONS
.. option:: --show-suites
- List the discovered test suites as part of the standard output.
+ List the discovered test suites and exit.
+
+.. option:: --show-tests
+
+ List all of the the discovered tests and exit.
EXIT STATUS
-----------