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 | c4477dfd92a81deec4cd484d5a0769f871430bea (patch) | |
tree | 6f8785cc0a447ac9dde1bc0d6c3530f7b7a30ba8 /llvm/docs/CommandGuide/lit.rst | |
parent | b647d5d21dd8fa22b6ff849563809b7763dcf57e (diff) | |
download | llvm-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.rst | 6 |
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 ----------- |