From abb9de5257375dbf10c87bdbf40ecafa777a0881 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 8 Aug 2013 20:59:25 +0000 Subject: [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 --- docs/CommandGuide/lit.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/CommandGuide') 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 ----------- -- cgit v1.1