aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-07-08 23:29:13 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-07-08 23:29:13 +0200
commit21a38b44226f4664f1c6108c610d5ab16682473d (patch)
treeebed40ef708a6c3c21140a883e3353e7451c679e /tools/run_tests
parent617381a039866c09fc13f70ccc1d6e2d7b57d243 (diff)
Fixing variable names discrepancy in ruby's extension builder.
CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug.
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/build_ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_ruby.sh b/tools/run_tests/build_ruby.sh
index de96413bc1..b6c4e32b7e 100755
--- a/tools/run_tests/build_ruby.sh
+++ b/tools/run_tests/build_ruby.sh
@@ -31,7 +31,7 @@
set -ex
-export CONFIG=${CONFIG:-opt}
+export GRPC_CONFIG=${CONFIG:-opt}
# change to grpc's ruby directory
cd $(dirname $0)/../../src/ruby