aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/grpc_docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce_setup/grpc_docker.sh')
-rwxr-xr-xtools/gce_setup/grpc_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce_setup/grpc_docker.sh b/tools/gce_setup/grpc_docker.sh
index 3c996fc2fd..efebe03fac 100755
--- a/tools/gce_setup/grpc_docker.sh
+++ b/tools/gce_setup/grpc_docker.sh
@@ -542,7 +542,7 @@ grpc_cloud_prod_auth_test_args() {
cxx)
if [ "$test_case" == "oauth2_auth_token" ]
then
- test_command="compute_engine_creds"
+ grpc_gen_test_cmd="grpc_cloud_prod_auth_compute_engine_creds"
fi
grpc_client_platform='Docker'
grpc_gen_test_cmd+="_gen_$1_cmd"