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 @@ -3246,11 +3246,11 @@ function build_and_test_installable_package() {
3246
3246
with_pushd " ${PKG_TESTS_SANDBOX_PARENT} " \
3247
3247
call tar xzf " ${package_for_host} "
3248
3248
3249
- if python -c " import psutil" ; then
3249
+ if python3 -c " import psutil" ; then
3250
3250
TIMEOUT_ARGS=--timeout=1200 # 20 minutes
3251
3251
fi
3252
3252
with_pushd " ${PKG_TESTS_SOURCE_DIR} " \
3253
- call python " ${LIT_EXECUTABLE_PATH} " . -sv --param package-path=" ${PKG_TESTS_SANDBOX} " --param test-exec-root=" ${PKG_TESTS_TEMPS} " --param llvm-bin-dir=" ${LLVM_BIN_DIR} " ${TIMEOUT_ARGS}
3253
+ call python3 " ${LIT_EXECUTABLE_PATH} " . -sv --param package-path=" ${PKG_TESTS_SANDBOX} " --param test-exec-root=" ${PKG_TESTS_TEMPS} " --param llvm-bin-dir=" ${LLVM_BIN_DIR} " ${TIMEOUT_ARGS}
3254
3254
fi
3255
3255
fi
3256
3256
}
You can’t perform that action at this time.
0 commit comments