diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-04-14 15:56:04 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-04-14 16:29:04 -0700 |
commit | 792c7e3d278d144d4ca614006a06844d7796d30a (patch) | |
tree | 9af1915a269fc8f5c8dc8dfd7df7087a8e08f948 /tools/run_tests | |
parent | 2a9b5d77ed0b139f71f9b9e04e527fb09afdbec9 (diff) |
add new test where client forks after require grpc, to test that lib startup
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh | 1 |
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 |