diff options
author | Matthias Braun <matze@braunis.de> | 2015-11-06 01:13:40 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2015-11-06 01:13:40 +0000 |
commit | f5e2b8fdacf0b1a8c015b927662e92bdadcc1844 (patch) | |
tree | 2b749e03a1bb7a6c6211c281f983114f93bf09e7 /llvm/docs/CommandGuide | |
parent | 090360d630cc6b2174dda52565139df585aed2db (diff) | |
download | bcm5719-llvm-f5e2b8fdacf0b1a8c015b927662e92bdadcc1844.tar.gz bcm5719-llvm-f5e2b8fdacf0b1a8c015b927662e92bdadcc1844.zip |
CommandGuide/lit.rst: Document the new commandline option -a
llvm-svn: 252257
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index e820eef2faf..0ec14bb2236 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -80,6 +80,11 @@ OUTPUT OPTIONS Show more information on test failures, for example the entire test output instead of just the test result. +.. option:: -a, --show-all + + Show more information about all tests, for example the entire test + commandline and output. + .. option:: --no-progress-bar Do not use curses based progress bar. |