Skip to content
Snippets Groups Projects
Commit 8cf15aa9 authored by Matt Kwong's avatar Matt Kwong
Browse files

Fix typo in Kokoro scripts

parent 1838a8f2
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