summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitc4477dfd92a81deec4cd484d5a0769f871430bea (patch)
tree6f8785cc0a447ac9dde1bc0d6c3530f7b7a30ba8 /llvm/docs
parentb647d5d21dd8fa22b6ff849563809b7763dcf57e (diff)
downloadbcm5719-llvm-c4477dfd92a81deec4cd484d5a0769f871430bea.tar.gz
bcm5719-llvm-c4477dfd92a81deec4cd484d5a0769f871430bea.zip
[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')
-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 5e986c85fed..4d84be63dff 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
-----------
OpenPOWER on IntegriCloud