run_tests_matrix.py: run workspace jobs with python3 (#28125)

pull/29099/head
Jan Tattermusch 3 years ago committed by GitHub
parent a3be072605
commit 6f75e54e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/run_tests/helper_scripts/run_tests_in_workspace.sh

@ -31,6 +31,4 @@ git submodule foreach 'cd "${repo_root}/${WORKSPACE_NAME}" \
&& git submodule update --init --reference ${repo_root}/${name} ${name}' && git submodule update --init --reference ${repo_root}/${name} ${name}'
echo "Running run_tests.py in workspace ${WORKSPACE_NAME}" echo "Running run_tests.py in workspace ${WORKSPACE_NAME}"
# TODO(jtattermusch): switch to python3 as soon as it stops breaking Python MacOS tests. python3 "${WORKSPACE_NAME}/tools/run_tests/run_tests.py" "$@"
# See #28125.
python "${WORKSPACE_NAME}/tools/run_tests/run_tests.py" "$@"

Loading…
Cancel
Save