[all-commits] [llvm/llvm-project] 551d11: [lldb/test] Remove quote/unquote steps from the ma...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Oct 20 02:35:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 551d118805c808936956e464dc21e05acb478f78
https://github.com/llvm/llvm-project/commit/551d118805c808936956e464dc21e05acb478f78
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
M lldb/packages/Python/lldbsuite/test/builders/builder.py
M lldb/packages/Python/lldbsuite/test/builders/darwin.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[lldb/test] Remove quote/unquote steps from the make invocations
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.
Differential Revision: https://reviews.llvm.org/D111990
More information about the All-commits
mailing list