Nathaniel Manista | 840615e | 2015-01-22 20:31:47 +0000 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | set -ex | ||||
4 | |||||
5 | # change to grpc repo root | ||||
6 | cd $(dirname $0)/../.. | ||||
7 | |||||
8 | root=`pwd` | ||||
Nathaniel Manista | 7a3c38b | 2015-01-24 00:47:35 +0000 | [diff] [blame] | 9 | PYTHONPATH=third_party/protobuf/python python2.7_virtual_environment/bin/python2.7 -B -m unittest discover -s src/python -p '*.py' |
10 | # TODO(nathaniel): Get this working again (requires 3.X-friendly protobuf) | ||||
11 | # python3.4 -B -m unittest discover -s src/python -p '*.py' |