Fix run_worker_python.sh to pass shellcheck

pull/14201/head
Mehrdad Afshari 7 years ago
parent 89f5502ea2
commit c2259b61e3
  1. 4
      tools/run_tests/performance/run_worker_python.sh

@ -15,6 +15,6 @@
set -ex
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
PYTHONPATH=src/python/grpcio_tests:src/python/gens py27/bin/python src/python/grpcio_tests/tests/qps/qps_worker.py $@
PYTHONPATH=src/python/grpcio_tests:src/python/gens py27/bin/python src/python/grpcio_tests/tests/qps/qps_worker.py "$@"

Loading…
Cancel
Save