|  | @@ -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
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 |