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.
Paths
| Differential D111990
[lldb/test] Remove quote/unquote steps from the make invocations ClosedPublic Authored by labath on Oct 18 2021, 6:17 AM.
Details Summary None of the commands we run really rely on shell features. Running them Depends on D111989.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 18 2021, 11:54 AM This revision was landed with ongoing or failed builds.Oct 20 2021, 2:35 AM Closed by commit rG551d118805c8: [lldb/test] Remove quote/unquote steps from the make invocations (authored by labath). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 380883 lldb/packages/Python/lldbsuite/test/builders/builder.py
lldb/packages/Python/lldbsuite/test/builders/darwin.py
lldb/packages/Python/lldbsuite/test/lldbtest.py
|