Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
2d131e1c
Commit
2d131e1c
authored
9 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
fixed grpc_docker.sh to run C# auth tests correctly
parent
0619af7b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/gce_setup/grpc_docker.sh
+2
-3
2 additions, 3 deletions
tools/gce_setup/grpc_docker.sh
with
2 additions
and
3 deletions
tools/gce_setup/grpc_docker.sh
+
2
−
3
View file @
2d131e1c
...
@@ -504,7 +504,7 @@ grpc_cloud_prod_auth_test_args() {
...
@@ -504,7 +504,7 @@ grpc_cloud_prod_auth_test_args() {
[[
-n
$1
]]
&&
{
# client_type
[[
-n
$1
]]
&&
{
# client_type
case
$1
in
case
$1
in
cxx|go|java|node|php|python|ruby
)
cxx|go|java|node|php|python|ruby
|csharp_mono
)
grpc_gen_test_cmd+
=
"_gen_
$1_cmd
"
grpc_gen_test_cmd+
=
"_gen_
$1_cmd
"
declare
-F
$grpc_gen_test_cmd
>>
/dev/null
||
{
declare
-F
$grpc_gen_test_cmd
>>
/dev/null
||
{
echo
"-f: test_func for
$1
=>
$grpc_gen_test_cmd
is not defined"
1>&2
echo
"-f: test_func for
$1
=>
$grpc_gen_test_cmd
is not defined"
1>&2
...
@@ -1428,8 +1428,7 @@ grpc_cloud_prod_auth_compute_engine_creds_gen_csharp_mono_cmd() {
...
@@ -1428,8 +1428,7 @@ grpc_cloud_prod_auth_compute_engine_creds_gen_csharp_mono_cmd() {
local
cmd_prefix
=
"sudo docker run
$workdir_flag
$env_flag
grpc/csharp_mono"
;
local
cmd_prefix
=
"sudo docker run
$workdir_flag
$env_flag
grpc/csharp_mono"
;
local
test_script
=
"mono Grpc.IntegrationTesting.Client.exe --use_tls=true"
;
local
test_script
=
"mono Grpc.IntegrationTesting.Client.exe --use_tls=true"
;
local
gfe_flags
=
$(
_grpc_prod_gfe_flags
)
local
gfe_flags
=
$(
_grpc_prod_gfe_flags
)
local
added_gfe_flags
=
$(
_grpc_gce_test_flags
)
local
the_cmd
=
"
$cmd_prefix
$test_script
$gfe_flags
$@
"
;
local
the_cmd
=
"
$cmd_prefix
$test_script
$gfe_flags
$added_gfe_flags
$@
"
;
echo
$the_cmd
echo
$the_cmd
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment