[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:26:31 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']
 
----------------
I don't know if ninja verbosity propagates to `llvm-lit`, but isn't this more appropriate in `LLVM_LIT_ARGS` cmake flag?


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

https://reviews.llvm.org/D116972



More information about the lldb-commits mailing list