From 59d9ff4d9fd596f7cf77cf4285c3519363df4af8 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Mon, 23 Feb 2015 15:28:07 -0800 Subject: Updated Python protoc plugin testing. --- tools/run_tests/run_python.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3