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 15:56:04 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-04-14 16:29:04 -0700
commit792c7e3d278d144d4ca614006a06844d7796d30a (patch)
tree9af1915a269fc8f5c8dc8dfd7df7087a8e08f948 /tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
parent2a9b5d77ed0b139f71f9b9e04e527fb09afdbec9 (diff)
add new test where client forks after require grpc, to test that lib startup
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 92d6975707..cd289335c1 100755
--- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
+++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
@@ -39,4 +39,5 @@ 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
ruby src/ruby/end2end/killed_client_thread_driver.rb || EXIT_CODE=1
+ruby src/ruby/end2end/forking_client_driver.rb || EXIT_CODE=1
exit $EXIT_CODE