File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2326,7 +2326,7 @@ for host in "${ALL_HOSTS[@]}"; do
2326
2326
XCTEST_BUILD_ARGS=" --release"
2327
2327
fi
2328
2328
2329
- call " ${XCTEST_SOURCE_DIR} " /build_script.py \
2329
+ call python3 " ${XCTEST_SOURCE_DIR} " /build_script.py \
2330
2330
--swiftc=" ${SWIFTC_BIN} " \
2331
2331
--build-dir=" ${XCTEST_BUILD_DIR} " \
2332
2332
--foundation-build-dir=" ${FOUNDATION_BUILD_DIR} " \
@@ -2825,7 +2825,7 @@ for host in "${ALL_HOSTS[@]}"; do
2825
2825
echo " --- Running tests for ${product} ---"
2826
2826
FOUNDATION_BUILD_DIR=$( build_directory ${host} foundation)
2827
2827
XCTEST_BUILD_DIR=$( build_directory ${host} xctest)
2828
- call " ${XCTEST_SOURCE_DIR} " /build_script.py test \
2828
+ call python3 " ${XCTEST_SOURCE_DIR} " /build_script.py test \
2829
2829
--swiftc=" ${SWIFTC_BIN} " \
2830
2830
--lit=" ${LLVM_SOURCE_DIR} /utils/lit/lit.py" \
2831
2831
--foundation-build-dir=" ${FOUNDATION_BUILD_DIR} " \
You can’t perform that action at this time.
0 commit comments