aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-03-29 16:13:07 -0700
committerGravatar GitHub <noreply@github.com>2018-03-29 16:13:07 -0700
commita9d16ccb3dd9b9e8946b091f2524f3abc63ec3fe (patch)
treed47e08b67412a59ce05a6f1cffbf836bd9714bfa /tools/run_tests/helper_scripts
parentc1b3f0c6a7507a93775c67cd6321613149083f28 (diff)
parent8b7007ad7b99494d449b8345a2bf25461ea8ce3e (diff)
Merge pull request #13634 from hassox/ruby-module-name
Updates the ruby generator RubyTypeOf to correctly account for underscores in packages
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/run_ruby.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/helper_scripts/run_ruby.sh b/tools/run_tests/helper_scripts/run_ruby.sh
index 4e9c212877..03eaeb0ec7 100755
--- a/tools/run_tests/helper_scripts/run_ruby.sh
+++ b/tools/run_tests/helper_scripts/run_ruby.sh
@@ -18,4 +18,7 @@ set -ex
# change to grpc repo root
cd "$(dirname "$0")/../../.."
+# build grpc_ruby_plugin
+make grpc_ruby_plugin -j8
+
rake