aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-08-11 07:41:49 -0700
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-08-11 07:41:49 -0700
commitaeb7a4f30cb71fbd4879f55975095f0bf3fb38d0 (patch)
tree71275c5d4b72265203651869d4875625244b200c /tools/run_tests
parenta29a2658bc972489d29c844d01570496a9aa283d (diff)
parented96983e22a32abd533733f3cc04f6f3b1e2ef47 (diff)
Merge pull request #2780 from soltanmm/compiler-tests
Move Python protoc plugin tests to grpcio_test.
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_python.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/run_python.sh b/tools/run_tests/run_python.sh
index 5ffd4460b9..6f80219b0e 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -37,5 +37,6 @@ ROOT=`pwd`
GRPCIO_TEST=$ROOT/src/python/grpcio_test
export LD_LIBRARY_PATH=$ROOT/libs/$CONFIG
export DYLD_LIBRARY_PATH=$ROOT/libs/$CONFIG
+export PATH=$ROOT/bins/$CONFIG:$ROOT/bins/$CONFIG/protobuf:$PATH
source "python"$PYVER"_virtual_environment"/bin/activate
"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml"