diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-06-27 17:18:58 -0700 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-12-15 13:31:44 -0800 |
commit | 4fc1317565f106355963ddf34c70cdb179a5faf5 (patch) | |
tree | f0dc980409147afe44e29f9597b2b0a4277f9fa5 /tools/run_tests | |
parent | e0614e75ef0b7e6cdf626049546d6c3db1c25997 (diff) |
Fix run_ruby_end2end_tests.sh to pass shellcheck
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh index 5cfab14fee..195544200a 100755 --- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh +++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh @@ -16,7 +16,7 @@ set -ex # change to grpc repo root -cd $(dirname $0)/../../.. +cd "$(dirname "$0")/../../.." EXIT_CODE=0 ruby src/ruby/end2end/sig_handling_driver.rb || EXIT_CODE=1 |