Skip to content
Snippets Groups Projects
Commit 110dae8b authored by Matt Kwong's avatar Matt Kwong Committed by GitHub
Browse files

Merge pull request #10625 from matt-kwong/fix-cpp-kokoro

Fix typo in Kokoro scripts
parents 4d0ee2a5 8cf15aa9
No related branches found
No related tags found
No related merge requests found
...@@ -37,4 +37,4 @@ git submodule update --init ...@@ -37,4 +37,4 @@ git submodule update --init
# download docker images from dockerhub # download docker images from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting export DOCKERHUB_ORGANIZATION=grpctesting
tools/run_tests/run_tests_matrix.py -f cpp asan tools/run_tests/run_tests_matrix.py -f c++ asan
...@@ -37,4 +37,4 @@ git submodule update --init ...@@ -37,4 +37,4 @@ git submodule update --init
# download docker images from dockerhub # download docker images from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting export DOCKERHUB_ORGANIZATION=grpctesting
tools/run_tests/run_tests_matrix.py -f cpp tsan tools/run_tests/run_tests_matrix.py -f c++ tsan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment