blob: 02059f8e5ce8aaca70fe6c834d08d5329df0193a [file] [log] [blame]
nathanmittlerffc18f62014-10-28 16:14:27 -07001#!/bin/bash -e
Eric Andersonbcb3e8c2015-03-22 16:30:00 -07002cd "$(dirname "$0")"
Eric Anderson86207752015-05-07 10:21:28 -07003cat >&2 <<EOF
4Gradle is no longer run automatically. Make sure to run './gradlew installDist' or
Eric Andersone03d5c02015-05-20 13:23:11 -07005'./gradlew :grpc-interop-testing:installDist' after any changes.
Eric Anderson86207752015-05-07 10:21:28 -07006EOF
Eric Andersone03d5c02015-05-20 13:23:11 -07007exec ./interop-testing/build/install/grpc-interop-testing/bin/test-client "$@"