[Lldb-commits] [PATCH] D116972: [lldb] Run the test suite in verbose mode

Luís Ferreira via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 10 20:27:38 PST 2022


ljmf00 added inline comments.


================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:50
     install_cmd = ['ninja','install']
-    test_cmd = ['ninja','check-lldb']
+    test_cmd = ['ninja','check-lldb', '-v']
 
----------------
ljmf00 wrote:
> I don't know if ninja verbosity propagates to `llvm-lit`, but isn't this more appropriate in `LLVM_LIT_ARGS` cmake flag?
See https://github.com/llvm/llvm-zorg/blob/main/zorg/buildbot/builders/ClangBuilder.py#L287 for reference.


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

https://reviews.llvm.org/D116972



More information about the lldb-commits mailing list