File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,11 @@ set(LIBCXX_CXX_ABI_LIBRARY_PATH "${CMAKE_BINARY_DIR}/lib/${LIBCXX_TA
100
100
set (BUILTINS_CMAKE_ARGS "-DCMAKE_SYSTEM_NAME=Linux;-DCMAKE_AR=${CMAKE_AR} " CACHE STRING "" )
101
101
set (RUNTIMES_CMAKE_ARGS "-DCMAKE_SYSTEM_NAME=Linux;-DCMAKE_AR=${CMAKE_AR} " CACHE STRING "" )
102
102
103
+ find_package (Python3 COMPONENTS Interpreter )
104
+
103
105
# Remote test configuration.
104
106
if (DEFINED REMOTE_TEST_HOST )
105
- set (DEFAULT_TEST_EXECUTOR "${ LLVM_PROJECT_DIR} /libcxx/utils/ssh.py --host='${REMOTE_TEST_USER} @${REMOTE_TEST_HOST} '" )
107
+ set (DEFAULT_TEST_EXECUTOR "\\\" ${Python3_EXECUTABLE} \\\" \\\" ${ LLVM_PROJECT_DIR} /libcxx/utils/ssh.py\\\" --host='${REMOTE_TEST_USER} @${REMOTE_TEST_HOST} '" )
106
108
set (DEFAULT_TEST_TARGET_INFO "libcxx.test.target_info.LinuxRemoteTI" )
107
109
108
110
# Allow override with the custom values.
You can’t perform that action at this time.
0 commit comments