aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-02-23 15:28:07 -0800
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-02-24 19:11:08 -0800
commit59d9ff4d9fd596f7cf77cf4285c3519363df4af8 (patch)
tree542c4f27001461938a42337986cf2365889e68ec /tools
parenta7552b9d4cfdb2a4a36dbe87cb83eeb863aa38d9 (diff)
Updated Python protoc plugin testing.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_python.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/run_python.sh b/tools/run_tests/run_python.sh
index fe40b51186..2475c37b0b 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -37,7 +37,8 @@ root=`pwd`
export LD_LIBRARY_PATH=$root/libs/opt
source python2.7_virtual_environment/bin/activate
# TODO(issue 215): Properly itemize these in run_tests.py so that they can be parallelized.
-python2.7 -B test/compiler/python_plugin_test.py
+# TODO(atash): Enable dynamic unused port discovery for this test.
+python2.7 -B test/compiler/python_plugin_test.py --build_mode=opt --port=40987
python2.7 -B -m grpc._adapter._blocking_invocation_inline_service_test
python2.7 -B -m grpc._adapter._c_test
python2.7 -B -m grpc._adapter._event_invocation_synchronous_event_service_test