diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-08 20:59:25 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-08 20:59:25 +0000 |
commit | abb9de5257375dbf10c87bdbf40ecafa777a0881 (patch) | |
tree | a0770293ed829eff05e5a4cad6f8657c74515fc8 /docs | |
parent | 59c6b1073c48befe021de024a693bed94147120c (diff) | |
download | external_llvm-abb9de5257375dbf10c87bdbf40ecafa777a0881.zip external_llvm-abb9de5257375dbf10c87bdbf40ecafa777a0881.tar.gz external_llvm-abb9de5257375dbf10c87bdbf40ecafa777a0881.tar.bz2 |
[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.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index 5e986c8..4d84be6 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 ----------- |