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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 10 13:53:14 PST 2022


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, stella.stamenova, omjavaid.
JDevlieghere requested review of this revision.

Run `check-lldb` in verbose mode so that the bot shows which tests are unsupported.

https://llvm.discourse.group/t/lldb-buildbots-verbosity/5253


https://reviews.llvm.org/D116972

Files:
  zorg/buildbot/builders/LLDBBuilder.py


Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/buildbot/builders/LLDBBuilder.py
@@ -47,7 +47,7 @@
 
     build_cmd=['ninja']
     install_cmd = ['ninja','install']
-    test_cmd = ['ninja','check-lldb']
+    test_cmd = ['ninja','check-lldb', '-v']
 
     if jobs:
         build_cmd.append(WithProperties("-j%s" % jobs))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116972.398735.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220110/043c6219/attachment.bin>


More information about the lldb-commits mailing list