File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ _Block_release(void) { }\n")
351351 endif ()
352352
353353 execute_process (COMMAND
354- $<TARGET_FILE:Python2 ::Interpreter> "-c" "import psutil"
354+ $<TARGET_FILE:Python3 ::Interpreter> "-c" "import psutil"
355355 RESULT_VARIABLE python_psutil_status
356356 TIMEOUT 1 # second
357357 ERROR_QUIET)
@@ -415,7 +415,7 @@ _Block_release(void) { }\n")
415415 ${command_upload_swift_reflection_test}
416416 ${command_clean_test_results_dir}
417417 COMMAND
418- $<TARGET_FILE:Python2 ::Interpreter> "${LIT} "
418+ $<TARGET_FILE:Python3 ::Interpreter> "${LIT} "
419419 ${LIT_ARGS}
420420 "--param" "swift_test_subset=${test_subset} "
421421 "--param" "swift_test_mode=${test_mode} "
@@ -434,7 +434,7 @@ _Block_release(void) { }\n")
434434 ${command_upload_swift_reflection_test}
435435 ${command_clean_test_results_dir}
436436 COMMAND
437- $<TARGET_FILE:Python2 ::Interpreter> "${LIT} "
437+ $<TARGET_FILE:Python3 ::Interpreter> "${LIT} "
438438 ${LIT_ARGS}
439439 "--param" "swift_test_subset=${test_subset} "
440440 "--param" "swift_test_mode=${test_mode} "
You can’t perform that action at this time.
0 commit comments