[libcxx-commits] [libcxx] [libcxx] [test] Quote the python executable in the executor (PR #68208)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 5 02:25:30 PDT 2023
mstorsjo wrote:
I updated the branch so that it uses a proper quote function, and quote both the script and the python executable. The proper python cross platform quoting for shell commands is `subprocess.list2cmdline`, somewhat non-obviously.
https://github.com/llvm/llvm-project/pull/68208
More information about the libcxx-commits
mailing list