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 @@ -2326,7 +2326,7 @@ for host in "${ALL_HOSTS[@]}"; do
23262326 XCTEST_BUILD_ARGS=" --release"
23272327 fi
23282328
2329- call " ${XCTEST_SOURCE_DIR} " /build_script.py \
2329+ call python3 " ${XCTEST_SOURCE_DIR} " /build_script.py \
23302330 --swiftc=" ${SWIFTC_BIN} " \
23312331 --build-dir=" ${XCTEST_BUILD_DIR} " \
23322332 --foundation-build-dir=" ${FOUNDATION_BUILD_DIR} " \
@@ -2825,7 +2825,7 @@ for host in "${ALL_HOSTS[@]}"; do
28252825 echo " --- Running tests for ${product} ---"
28262826 FOUNDATION_BUILD_DIR=$( build_directory ${host} foundation)
28272827 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 \
28292829 --swiftc=" ${SWIFTC_BIN} " \
28302830 --lit=" ${LLVM_SOURCE_DIR} /utils/lit/lit.py" \
28312831 --foundation-build-dir=" ${FOUNDATION_BUILD_DIR} " \
You can’t perform that action at this time.
0 commit comments