aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/run_worker_ruby.sh
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-01 14:49:51 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-02-01 14:49:51 -0800
commitd2a575a4584e67449306a953af2926947f81014d (patch)
tree8a09149f78e269f5dcef2d7fa8ae5802acc19220 /tools/run_tests/performance/run_worker_ruby.sh
parent16efe6c750caacdf4fe10ea62605a76761154e7c (diff)
parentac47595e42036585a9d9465ba28615d3e4626b13 (diff)
Merge branch 'master' into HEAD
Diffstat (limited to 'tools/run_tests/performance/run_worker_ruby.sh')
-rwxr-xr-xtools/run_tests/performance/run_worker_ruby.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/performance/run_worker_ruby.sh b/tools/run_tests/performance/run_worker_ruby.sh
index db8a7d8cd6..729c5cec97 100755
--- a/tools/run_tests/performance/run_worker_ruby.sh
+++ b/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 "$@"