aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/run_tests/helper_scripts/bundle_install_wrapper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/helper_scripts/bundle_install_wrapper.sh b/tools/run_tests/helper_scripts/bundle_install_wrapper.sh
index 8a66bc6090..d56afad893 100755
--- a/tools/run_tests/helper_scripts/bundle_install_wrapper.sh
+++ b/tools/run_tests/helper_scripts/bundle_install_wrapper.sh
@@ -31,11 +31,11 @@
set -ex
-export GRPC_CONFIG=${CONFIG:-opt}
-
# change to grpc repo root
cd $(dirname $0)/../../..
+SYSTEM=`uname | cut -f 1 -d_`
+
if [ "$SYSTEM" == "Darwin" ] ; then
# Workaround for crash during bundle install
# See suggestion in https://github.com/bundler/bundler/issues/3692