blob: 01241c8296a1dfadd5b4ef332642ecd7dfa96872 [file] [log] [blame]
Ken Payson0482c102016-04-19 12:08:34 -07001#!/bin/bash
Jan Tattermusch7897ae92017-06-07 22:57:36 +02002# Copyright 2016 gRPC authors.
Ken Payson0482c102016-04-19 12:08:34 -07003#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02004# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
Ken Payson0482c102016-04-19 12:08:34 -07007#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02008# http://www.apache.org/licenses/LICENSE-2.0
Ken Payson0482c102016-04-19 12:08:34 -07009#
Jan Tattermusch7897ae92017-06-07 22:57:36 +020010# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
Ken Payson0482c102016-04-19 12:08:34 -070015
16set -ex
17
Mehrdad Afsharic2259b62018-01-26 12:11:16 -080018cd "$(dirname "$0")/../../.."
Ken Payson0482c102016-04-19 12:08:34 -070019
Mehrdad Afsharic2259b62018-01-26 12:11:16 -080020PYTHONPATH=src/python/grpcio_tests:src/python/gens py27/bin/python src/python/grpcio_tests/tests/qps/qps_worker.py "$@"