Skip to content
Snippets Groups Projects
Commit d0f30adc authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Add Python to the list of interop servers to run.

parent d4cb0d64
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ main() { ...@@ -8,7 +8,7 @@ main() {
source grpc_docker.sh source grpc_docker.sh
test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming) test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming)
clients=(cxx java go ruby node) clients=(cxx java go ruby node)
servers=(cxx java go ruby node) servers=(cxx java go ruby node python)
for test_case in "${test_cases[@]}" for test_case in "${test_cases[@]}"
do do
for client in "${clients[@]}" for client in "${clients[@]}"
......
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