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")
351
351
endif ()
352
352
353
353
execute_process (COMMAND
354
- $< TARGET_FILE:Python2 ::Interpreter> "-c" "import psutil"
354
+ $< TARGET_FILE:Python3 ::Interpreter> "-c" "import psutil"
355
355
RESULT_VARIABLE python_psutil_status
356
356
TIMEOUT 1 # second
357
357
ERROR_QUIET )
@@ -415,7 +415,7 @@ _Block_release(void) { }\n")
415
415
${command_upload_swift_reflection_test}
416
416
${command_clean_test_results_dir}
417
417
COMMAND
418
- $< TARGET_FILE:Python2 ::Interpreter> "${LIT} "
418
+ $< TARGET_FILE:Python3 ::Interpreter> "${LIT} "
419
419
${LIT_ARGS}
420
420
"--param" "swift_test_subset=${test_subset} "
421
421
"--param" "swift_test_mode=${test_mode} "
@@ -434,7 +434,7 @@ _Block_release(void) { }\n")
434
434
${command_upload_swift_reflection_test}
435
435
${command_clean_test_results_dir}
436
436
COMMAND
437
- $< TARGET_FILE:Python2 ::Interpreter> "${LIT} "
437
+ $< TARGET_FILE:Python3 ::Interpreter> "${LIT} "
438
438
${LIT_ARGS}
439
439
"--param" "swift_test_subset=${test_subset} "
440
440
"--param" "swift_test_mode=${test_mode} "
You can’t perform that action at this time.
0 commit comments