File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2334,7 +2334,7 @@ for host in "${ALL_HOSTS[@]}"; do
2334
2334
XCTEST_BUILD_ARGS=" --release"
2335
2335
fi
2336
2336
2337
- call " ${XCTEST_SOURCE_DIR} " /build_script.py \
2337
+ call python3 " ${XCTEST_SOURCE_DIR} " /build_script.py \
2338
2338
--swiftc=" ${SWIFTC_BIN} " \
2339
2339
--build-dir=" ${XCTEST_BUILD_DIR} " \
2340
2340
--foundation-build-dir=" ${FOUNDATION_BUILD_DIR} " \
@@ -2829,7 +2829,7 @@ for host in "${ALL_HOSTS[@]}"; do
2829
2829
echo " --- Running tests for ${product} ---"
2830
2830
FOUNDATION_BUILD_DIR=$( build_directory ${host} foundation)
2831
2831
XCTEST_BUILD_DIR=$( build_directory ${host} xctest)
2832
- call " ${XCTEST_SOURCE_DIR} " /build_script.py test \
2832
+ call python3 " ${XCTEST_SOURCE_DIR} " /build_script.py test \
2833
2833
--swiftc=" ${SWIFTC_BIN} " \
2834
2834
--lit=" ${LLVM_SOURCE_DIR} /utils/lit/lit.py" \
2835
2835
--foundation-build-dir=" ${FOUNDATION_BUILD_DIR} " \
You can’t perform that action at this time.
0 commit comments