Skip to content
Snippets Groups Projects
Commit 78d56535 authored by Tim Emiola's avatar Tim Emiola
Browse files

Fixes the prod test command flags

parent c3aabdd1
No related branches found
No related tags found
No related merge requests found
......@@ -739,7 +739,7 @@ grpc_cloud_prod_gen_ruby_cmd() {
local test_script+=" --use_tls-true"
local gfe_flags=" --server_port=443 --server_host=grpc-test.sandbox.google.com --server_host_override=grpc-test.sandbox.google.com"
local env_prefix="SSL_CERT_FILE=/cacerts/roots.pem"
local the_cmd="$cmd_prefix 'ruby $test_script $@'"
local the_cmd="$cmd_prefix '$env_prefix ruby $test_script $gfe_flags $@'"
echo $the_cmd
}
......
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