Skip to content

Commit

Permalink
run_tests_matrix.py: run workspace jobs with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Dec 1, 2021
1 parent 205d756 commit e2d7225
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/run_tests/helper_scripts/run_tests_in_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ git submodule foreach 'cd "${repo_root}/${WORKSPACE_NAME}" \
&& git submodule update --init --reference ${repo_root}/${name} ${name}'

echo "Running run_tests.py in workspace ${WORKSPACE_NAME}"
# TODO(jtattermusch): switch to python3 as soon as it stops breaking Python MacOS tests.
# See #28125.
python "${WORKSPACE_NAME}/tools/run_tests/run_tests.py" "$@"
python3 "${WORKSPACE_NAME}/tools/run_tests/run_tests.py" "$@"

0 comments on commit e2d7225

Please sign in to comment.