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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 07:24:57 PST 2023


foad created this revision.
Herald added a subscriber: StephenFan.
Herald added a project: All.
foad requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.495843.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/5c7fbb9b/attachment.bin>


More information about the llvm-commits mailing list