aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-03-28 23:13:42 -0700
committerGravatar GitHub <noreply@github.com>2018-03-28 23:13:42 -0700
commitc50405364a194a0e4931153cbe329662d90530bc (patch)
treef083647a2c7035267a4af22efc41999ac9c7cea0 /tools/run_tests/helper_scripts
parent53f0b8d1487f31b4de44cebaf8bca68ca043d3e8 (diff)
parentbae00e08cc021a9d7fbc9778dd87495ca253bf26 (diff)
Merge pull request #14809 from Everysick/memsize-unavailable
Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type
Diffstat (limited to 'tools/run_tests/helper_scripts')
-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 195544200a..5784745bac 100755
--- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
+++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
@@ -28,4 +28,5 @@ 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
ruby src/ruby/end2end/load_grpc_with_gc_stress_driver.rb || EXIT_CODE=1
+ruby src/ruby/end2end/client_memory_usage_driver.rb || EXIT_CODE=1
exit $EXIT_CODE