blob: 6546d6010b1c3e22ded6b510c53fd706502e55b5 [file] [log] [blame]
Jan Tattermuschd7be7892016-03-30 16:08:16 -07001#!/bin/bash
Jan Tattermusch7897ae92017-06-07 22:57:36 +02002# Copyright 2015 gRPC authors.
Jan Tattermuschd7be7892016-03-30 16:08:16 -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
Jan Tattermuschd7be7892016-03-30 16:08:16 -07007#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02008# http://www.apache.org/licenses/LICENSE-2.0
Jan Tattermuschd7be7892016-03-30 16:08:16 -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.
Jan Tattermuschd7be7892016-03-30 16:08:16 -070015
16set -ex
17
Mehrdad Afsharie3564c02018-01-26 11:35:17 -080018cd "$(dirname "$0")/../../.."
Jan Tattermuschd7be7892016-03-30 16:08:16 -070019
20# needed to correctly locate testca
Jan Tattermuschd13fbca2016-09-09 18:43:34 +020021cd src/csharp/Grpc.IntegrationTesting.QpsWorker/bin/Release/netcoreapp1.0
Jan Tattermuschd7be7892016-03-30 16:08:16 -070022
Mehrdad Afsharie3564c02018-01-26 11:35:17 -080023dotnet exec Grpc.IntegrationTesting.QpsWorker.dll "$@"