FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
grpc-java/run-test-server.sh at master · Java-Edge/grpc-java · GitHub
Java-Edge
/
grpc-java
Public
forked from
grpc/grpc-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
grpc-java
/
run-test-server.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
11 lines (11 loc) · 295 Bytes
Breadcrumbs
grpc-java
/
run-test-server.sh
Copy path
File metadata and controls
executable file
·
11 lines (11 loc) · 295 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#!
/bin/bash -e
cd
"
$(
dirname
"
$0
"
)
"
BIN=
"
./interop-testing/build/install/grpc-interop-testing/bin/test-server
"
if
[[
!
-e
"
$BIN
"
]]
;
then
cat
>&2
<<
EOF
Could not find binary. It can be built with:
./gradlew :grpc-interop-testing:installDist -PskipCodegen=true
EOF
exit
1
fi
exec
"
$BIN
"
"
$@
"
Back
|
FazBrowse Home
|
New Git URL