Fix run_worker_php.sh to pass shellcheck

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

@ -16,8 +16,8 @@
source ~/.rvm/scripts/rvm
set -ex
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
# The proxy worker for PHP is implemented in Ruby
ruby src/ruby/qps/proxy-worker.rb $@
ruby src/ruby/qps/proxy-worker.rb "$@"

Loading…
Cancel
Save