This is an archive of the discontinued LLVM Phabricator instance.

[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
with shell=False, simplifies the code as there is no need for elaborate
quoting.

Depends on D111989.

Diff Detail

Event Timeline

labath requested review of this revision.Oct 18 2021, 6:17 AM
labath created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2021, 6:17 AM
JDevlieghere accepted this revision.Oct 18 2021, 11:54 AM

LGTM. Thanks for cleaning that up.

This 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
This revision was automatically updated to reflect the committed changes.