diff options
author | murgatroid99 <mlumish@google.com> | 2015-02-27 14:08:46 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-02-27 14:08:46 -0800 |
commit | c921865c3956425732ab3bb27041729b95155153 (patch) | |
tree | 61e649304b7dac7dcd03c5743259362a1dcf44a3 /tools/run_tests | |
parent | 7f86e953660b0a100eadc31ed538e66e037d475e (diff) |
Changed how ruby version is selected
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/build_ruby.sh | 2 | ||||
-rwxr-xr-x | tools/run_tests/run_ruby.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/run_tests/build_ruby.sh b/tools/run_tests/build_ruby.sh index 53a69cf079..808570d800 100755 --- a/tools/run_tests/build_ruby.sh +++ b/tools/run_tests/build_ruby.sh @@ -31,6 +31,8 @@ set -ex +rvm use 2.1.2 + CONFIG=${CONFIG:-opt} # change to grpc repo root diff --git a/tools/run_tests/run_ruby.sh b/tools/run_tests/run_ruby.sh index b82ce52af3..ef28c74398 100755 --- a/tools/run_tests/run_ruby.sh +++ b/tools/run_tests/run_ruby.sh @@ -30,6 +30,8 @@ set -ex +rvm use 2.1.2 + # change to grpc repo root cd $(dirname $0)/../../src/ruby |