<div dir="ltr">Thanks!</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 5, 2015 at 5:13 PM, Matthias Braun via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: matze<br>
Date: Thu Nov  5 19:13:40 2015<br>
New Revision: 252257<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=252257&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=252257&view=rev</a><br>
Log:<br>
CommandGuide/lit.rst: Document the new commandline option -a<br>
<br>
Modified:<br>
    llvm/trunk/docs/CommandGuide/lit.rst<br>
<br>
Modified: llvm/trunk/docs/CommandGuide/lit.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=252257&r1=252256&r2=252257&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=252257&r1=252256&r2=252257&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/docs/CommandGuide/lit.rst (original)<br>
+++ llvm/trunk/docs/CommandGuide/lit.rst Thu Nov  5 19:13:40 2015<br>
@@ -80,6 +80,11 @@ OUTPUT OPTIONS<br>
  Show more information on test failures, for example the entire test output<br>
  instead of just the test result.<br>
<br>
+.. option:: -a, --show-all<br>
+<br>
+ Show more information about all tests, for example the entire test<br>
+ commandline and output.<br>
+<br>
 .. option:: --no-progress-bar<br>
<br>
  Do not use curses based progress bar.<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>