Fixing run_tests scripts for Ruby.

pull/4936/head
Nicolas "Pixel" Noble 9 years ago
parent 5d0d60222c
commit 3de3f809d3
  1. 2
      tools/dockerfile/grpc_interop_ruby/build_interop.sh
  2. 2
      tools/run_tests/build_ruby.sh

@ -43,4 +43,4 @@ rvm --default use ruby-2.1
make install-certs
# build Ruby interop client and server
(cd src/ruby && gem update bundler && bundle && rake compile:grpc)
(cd src/ruby && gem update bundler && bundle && rake compile)

@ -37,4 +37,4 @@ export GRPC_CONFIG=${CONFIG:-opt}
cd $(dirname $0)/../..
rm -rf ./tmp
rake compile:grpc
rake compile

Loading…
Cancel
Save