aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/grpc_docker.sh
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-09-02 15:55:10 -0700
committerGravatar yang-g <yangg@google.com>2015-09-02 15:55:10 -0700
commit201ef598477c2042a8f4daae8e76f63bf8892e53 (patch)
treec16c826b4f00c3d10804fea3bf0d1e775b20e1ff /tools/gce_setup/grpc_docker.sh
parent867d0c132c6d033ff4af33e7657698d6a31887f7 (diff)
more changes
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"