Skip to content
Snippets Groups Projects
Commit 3de3f809 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Fixing run_tests scripts for Ruby.

parent 5d0d6022
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment