Skip to content

Commit

Permalink
buildscripts: fix buildscript unbound variable error
Browse files Browse the repository at this point in the history
Didn't notice there is `set -u` in xds.sh.
  • Loading branch information
dapengzhang0 committed Jan 19, 2021
1 parent 56fc8b8 commit 408e25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds.sh
Expand Up @@ -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 \
--gcp_suffix=$(date '+%s') \
--verbose \
${XDS_V3_OPT} \
${XDS_V3_OPT+x} \
--client_cmd="grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client \
--server=xds:///{server_uri} \
--stats_port={stats_port} \
Expand Down

0 comments on commit 408e25a

Please sign in to comment.