[Lldb-commits] [PATCH] D111990: [lldb/test] Remove quote/unquote steps from the make invocations

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 18 06:17:47 PDT 2021


labath created this revision.
labath added reviewers: teemperor, JDevlieghere.
labath requested review of this revision.
Herald added a project: LLDB.

None of the commands we run really rely on shell features. Running them
with shell=False, simplifies the code as there is no need for elaborate
quoting.

Depends on D111989 <https://reviews.llvm.org/D111989>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111990

Files:
  lldb/packages/Python/lldbsuite/test/builders/builder.py
  lldb/packages/Python/lldbsuite/test/builders/darwin.py
  lldb/packages/Python/lldbsuite/test/lldbtest.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111990.380365.patch
Type: text/x-patch
Size: 8757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211018/4e0d7922/attachment.bin>


More information about the lldb-commits mailing list