aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-03-20 20:53:34 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-03-20 21:07:20 -0700
commitea282e9c4cd422a1edcbdd30a81b8f58c8523063 (patch)
tree75b8246b8035b19a3fc89cc330ba367f08473b3f /tools
parent4e606751db54e289fae86aed7e1b1c2f35478469 (diff)
add passing test that kills a process while there are active watch chan state calls
Diffstat (limited to 'tools')
-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 eb75878caf..d7da6364d8 100755
--- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
+++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
@@ -37,4 +37,5 @@ EXIT_CODE=0
ruby src/ruby/end2end/sig_handling_driver.rb || EXIT_CODE=1
ruby src/ruby/end2end/channel_state_driver.rb || EXIT_CODE=1
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
exit $EXIT_CODE