aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/cloud_prod_runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce_setup/cloud_prod_runner.sh')
-rwxr-xr-xtools/gce_setup/cloud_prod_runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce_setup/cloud_prod_runner.sh b/tools/gce_setup/cloud_prod_runner.sh
index 3760ae4979..520dfcd998 100755
--- a/tools/gce_setup/cloud_prod_runner.sh
+++ b/tools/gce_setup/cloud_prod_runner.sh
@@ -34,7 +34,7 @@ main() {
# temporarily remove ping_pong and cancel_after_first_response while investigating timeout
test_cases=(large_unary empty_unary client_streaming server_streaming cancel_after_begin)
auth_test_cases=(service_account_creds compute_engine_creds)
- clients=(cxx java go ruby node)
+ clients=(cxx java go ruby node csharp_mono)
for test_case in "${test_cases[@]}"
do
for client in "${clients[@]}"