diff options
author | murgatroid99 <mlumish@google.com> | 2015-12-18 11:16:16 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-12-18 11:18:34 -0800 |
commit | d7e1a10628b87d9437f15ffb44d74499345ba757 (patch) | |
tree | f4951a040546449bf5649d7bcf9827c13c4f9caf /tools | |
parent | 08ae945aac08bc36f77304ea06f826a4cf52b091 (diff) |
Bundled C core with Ruby library
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/build_ruby.sh | 2 | ||||
-rwxr-xr-x | tools/run_tests/run_ruby.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/build_ruby.sh b/tools/run_tests/build_ruby.sh index 6d23c316c5..8acb40dc62 100755 --- a/tools/run_tests/build_ruby.sh +++ b/tools/run_tests/build_ruby.sh @@ -34,7 +34,7 @@ set -ex export GRPC_CONFIG=${CONFIG:-opt} # change to grpc's ruby directory -cd $(dirname $0)/../../src/ruby +cd $(dirname $0)/../.. rm -rf ./tmp rake compile:grpc diff --git a/tools/run_tests/run_ruby.sh b/tools/run_tests/run_ruby.sh index b82ce52af3..73a84ac361 100755 --- a/tools/run_tests/run_ruby.sh +++ b/tools/run_tests/run_ruby.sh @@ -31,6 +31,6 @@ set -ex # change to grpc repo root -cd $(dirname $0)/../../src/ruby +cd $(dirname $0)/../.. rake |