Skip to content
Snippets Groups Projects
Commit caa51e40 authored by Donna Dionne's avatar Donna Dionne
Browse files

Add back a missing test

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