aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-04-14 17:32:00 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-04-14 17:58:14 -0700
commit4736e01c1672d378202df0faaada986c50141197 (patch)
treedaebc5ba538227553b732fcf51b6be2bb834a0bc /tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
parent792c7e3d278d144d4ca614006a06844d7796d30a (diff)
add native grpc class init tests to check that presence of grpc_init calls
Diffstat (limited to 'tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh')
-rwxr-xr-xtools/run_tests/helper_scripts/run_ruby_end2end_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
index cd289335c1..6688025260 100755
--- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
+++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
@@ -40,4 +40,5 @@ ruby src/ruby/end2end/channel_closing_driver.rb || EXIT_CODE=1
ruby src/ruby/end2end/sig_int_during_channel_watch_driver.rb || EXIT_CODE=1
ruby src/ruby/end2end/killed_client_thread_driver.rb || EXIT_CODE=1
ruby src/ruby/end2end/forking_client_driver.rb || EXIT_CODE=1
+ruby src/ruby/end2end/grpc_class_init_driver.rb || EXIT_CODE=1
exit $EXIT_CODE