[Lldb-commits] [PATCH] D112212: [lldb/test] Print build commands in trace mode

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 21 03:49:31 PDT 2021


labath added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/lldbtest.py:1425
+            try:
+                proc = run(cmd, stdin=DEVNULL, stdout=PIPE, stderr=STDOUT,
+                        check=True)
----------------
PSA: this function is available from python-3.5 onwards.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112212



More information about the lldb-commits mailing list