[lldb/test] Remove quote/unquote steps from the make invocations
authorPavel Labath <pavel@labath.sk>
Mon, 18 Oct 2021 13:14:43 +0000 (15:14 +0200)
committerPavel Labath <pavel@labath.sk>
Wed, 20 Oct 2021 09:35:28 +0000 (11:35 +0200)
commit551d118805c808936956e464dc21e05acb478f78
treec3643265736433dcda531a6a1285ec9967c77d4b
parentf45d7407168d08c4d80216ca13feb1e1c21ad6bb
[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
lldb/packages/Python/lldbsuite/test/builders/builder.py
lldb/packages/Python/lldbsuite/test/builders/darwin.py
lldb/packages/Python/lldbsuite/test/lldbtest.py