blob: b5740963eece6d7d2321e1d8cf2dfec641a92e44 [file] [log] [blame]
Nicolas "Pixel" Noblebcf988f2015-10-08 03:00:42 +02001#!/bin/bash
2
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003# Copyright 2015 gRPC authors.
Nicolas "Pixel" Noblebcf988f2015-10-08 03:00:42 +02004#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02005# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
Nicolas "Pixel" Noblebcf988f2015-10-08 03:00:42 +02008#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009# http://www.apache.org/licenses/LICENSE-2.0
Nicolas "Pixel" Noblebcf988f2015-10-08 03:00:42 +020010#
Jan Tattermusch7897ae92017-06-07 22:57:36 +020011# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
Nicolas "Pixel" Noblebcf988f2015-10-08 03:00:42 +020016
17set -ex
18
19export GRPC_CONFIG=${CONFIG:-opt}
20
Jan Tattermusch5b4a9342016-04-18 17:16:48 -070021# change to grpc repo root
Mehrdad Afsharifa98f1d2017-06-27 17:04:26 -070022cd "$(dirname "$0")/../../.."
Nicolas "Pixel" Noblebcf988f2015-10-08 03:00:42 +020023
Alexander Polcynb7dce2d2017-02-02 09:59:26 -080024tools/run_tests/helper_scripts/bundle_install_wrapper.sh