From: Matthias Braun Date: Fri, 6 Nov 2015 01:13:40 +0000 (+0000) Subject: CommandGuide/lit.rst: Document the new commandline option -a X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec61a6aad8983a7917236fa800c94ee7cab48216;p=oota-llvm.git CommandGuide/lit.rst: Document the new commandline option -a git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index e820eef2faf..0ec14bb2236 100644 --- a/docs/CommandGuide/lit.rst +++ b/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.