[PATCH] D143586: [Docs] Clarify behavior of llvm-lit -vv

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 01:36:37 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1bff89f7dc96: [Docs] Clarify behavior of llvm-lit -vv (authored by foad).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143586/new/

https://reviews.llvm.org/D143586

Files:
  llvm/docs/CommandGuide/lit.rst


Index: llvm/docs/CommandGuide/lit.rst
===================================================================
--- llvm/docs/CommandGuide/lit.rst
+++ llvm/docs/CommandGuide/lit.rst
@@ -96,7 +96,7 @@
 
 .. option:: -vv, --echo-all-commands
 
- Echo all commands to stdout, as they are being executed.
+ On test failure, echo all commands to stdout as they are being executed.
  This can be valuable for debugging test failures, as the last echoed command
  will be the one which has failed.
  :program:`lit` normally inserts a no-op command (``:`` in the case of bash)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143586.496045.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230209/a1c66719/attachment.bin>


More information about the llvm-commits mailing list