aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-11 09:39:54 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-11 09:39:54 -0700
commitd5d862df67da8d5cc7b93441bdfd6764551e1eec (patch)
tree20eb79487871e2e6bd62c3f424a17f32965d0ba9 /tools/run_tests
parent69cd237ba5a6f244903d8f9f3919a0442790e7d6 (diff)
parentf3e4aa2c7c48530e15eb1e1ac6cceb3ae731a52e (diff)
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/build_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh
index d0f09e4d8b..53db6af0ea 100755
--- a/tools/run_tests/build_python.sh
+++ b/tools/run_tests/build_python.sh
@@ -38,5 +38,5 @@ rm -rf python2.7_virtual_environment
virtualenv -p /usr/bin/python2.7 python2.7_virtual_environment
source python2.7_virtual_environment/bin/activate
pip install -r src/python/requirements.txt
-CFLAGS=-I$root/include LDFLAGS=-L$root/libs/$CONFIG pip install src/python/src
+CFLAGS="-I$root/include -std=c89" LDFLAGS=-L$root/libs/$CONFIG pip install src/python/src
pip install src/python/interop