[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
Wed Oct 4 07:56:30 PDT 2023


================
@@ -320,7 +320,7 @@ def getStdFlag(cfg, std):
     Parameter(
         name="executor",
         type=str,
-        default=f"{sys.executable} {Path(__file__).resolve().parent.parent.parent / 'run.py'}",
+        default=f"\"{sys.executable}\" {Path(__file__).resolve().parent.parent.parent / 'run.py'}",
----------------
mstorsjo wrote:

Yes, that’d probably work too - I’ll try that out.

https://github.com/llvm/llvm-project/pull/68208


More information about the libcxx-commits mailing list