Fix run_worker_ruby.sh to pass shellcheck

pull/14201/head
Mehrdad Afshari 7 years ago
parent c2259b61e3
commit 6322348107
  1. 4
      tools/run_tests/performance/run_worker_ruby.sh

@ -16,6 +16,6 @@
source ~/.rvm/scripts/rvm
set -ex
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
ruby src/ruby/qps/worker.rb $@
ruby src/ruby/qps/worker.rb "$@"

Loading…
Cancel
Save