diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2016-08-02 16:29:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-02 16:29:30 -0700 |
commit | d924b0148274110b049754ebecb004f8e61fc595 (patch) | |
tree | c546ebdcff10abd2ad628ca95d4f3967fcec7053 /tools/run_tests | |
parent | 5e1fbd20619e30046aa6f5eba7a76ea5dd4db16a (diff) | |
parent | 6f7489373558d932558db24369b205601556061f (diff) |
Merge pull request #7554 from muxi/fix-cronet-interop-test
Fix Objective-C test pods for Cronet tests
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/build_python.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh index 727b11e273..b786c479f3 100755 --- a/tools/run_tests/build_python.sh +++ b/tools/run_tests/build_python.sh @@ -111,6 +111,7 @@ TOOLCHAIN=${4:-$(toolchain)} ROOT=`pwd` export CFLAGS="-I$ROOT/include -std=gnu99 -fno-wrapv $CFLAGS" export GRPC_PYTHON_BUILD_WITH_CYTHON=1 +export LANG=en_US.UTF-8 # Default python on the host to fall back to when instantiating e.g. the # virtualenv. |