aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/lit.rst
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
commitc4477dfd92a81deec4cd484d5a0769f871430bea (patch)
tree6f8785cc0a447ac9dde1bc0d6c3530f7b7a30ba8 /llvm/docs/CommandGuide/lit.rst
parentb647d5d21dd8fa22b6ff849563809b7763dcf57e (diff)
downloadllvm-c4477dfd92a81deec4cd484d5a0769f871430bea.zip
llvm-c4477dfd92a81deec4cd484d5a0769f871430bea.tar.gz
llvm-c4477dfd92a81deec4cd484d5a0769f871430bea.tar.bz2
[lit] Change --show-{tests,suites} to exit after printing.
- This is a more sensible behavior than printing and also running tests. llvm-svn: 188009
Diffstat (limited to 'llvm/docs/CommandGuide/lit.rst')
-rw-r--r--llvm/docs/CommandGuide/lit.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index 5e986c8..4d84be6 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/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
-----------