mirror of https://github.com/grpc/grpc-java.git
buildscripts: fix buildscript unbound variable error
This commit is contained in:
parent
56fc8b8626
commit
c1f9658a72
|
|
@ -35,7 +35,7 @@ JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.pro
|
||||||
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
|
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
|
||||||
--gcp_suffix=$(date '+%s') \
|
--gcp_suffix=$(date '+%s') \
|
||||||
--verbose \
|
--verbose \
|
||||||
${XDS_V3_OPT} \
|
${XDS_V3_OPT-} \
|
||||||
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
|
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
|
||||||
--server=xds:///{server_uri} \
|
--server=xds:///{server_uri} \
|
||||||
--stats_port={stats_port} \
|
--stats_port={stats_port} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue