Fix run_worker_java.sh to pass shellcheck

pull/14201/head
Mehrdad Afshari 7 years ago
parent 924df3faf4
commit ab8e86bd3a
  1. 4
      tools/run_tests/performance/run_worker_java.sh

@ -16,9 +16,9 @@
set -ex
# Enter repo root
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
# Enter the grpc-java repo root (expected to be next to grpc repo root)
cd ../grpc-java
benchmarks/build/install/grpc-benchmarks/bin/benchmark_worker $@
benchmarks/build/install/grpc-benchmarks/bin/benchmark_worker "$@"

Loading…
Cancel
Save