aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2017-05-18 14:11:18 -0700
committerGravatar GitHub <noreply@github.com>2017-05-18 14:11:18 -0700
commitd6499c7b060ceabefb1ba940ca80c8d5fc17421c (patch)
treec3a0f52dbc5817af39a82ccc2088336b87394841 /tools/run_tests
parentc7cde2334ed3c6c2f6b3217d38b294a063ab70e9 (diff)
parent82fef0bce75fd18fb468ad8a9363040e6c6e84fc (diff)
Merge pull request #11204 from apolcyn/fix_shutdown_on_killed_watch
limit scope of killing a single state-watching call
Diffstat (limited to 'tools/run_tests')
-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 6688025260..ab882d62bc 100755
--- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
+++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
@@ -41,4 +41,5 @@ 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
+ruby src/ruby/end2end/multiple_killed_watching_threads_driver.rb || EXIT_CODE=1
exit $EXIT_CODE