mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-24 20:51:45 +03:00
fix nil dereference (#10)
This commit is contained in:
@@ -6,11 +6,14 @@ cd "$(dirname $0)"
|
||||
|
||||
# Run this script to generate files used by tests.
|
||||
|
||||
echo "Creating protoset..."
|
||||
echo "Creating protosets..."
|
||||
protoc ../../../google.golang.org/grpc/interop/grpc_testing/test.proto \
|
||||
-I../../../ --include_imports \
|
||||
--descriptor_set_out=testing/test.protoset
|
||||
|
||||
protoc testing/example.proto \
|
||||
--include_imports \
|
||||
--descriptor_set_out=testing/example.protoset
|
||||
|
||||
echo "Creating certs for TLS testing..."
|
||||
if ! hash certstrap 2>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user