blob: a5a3bdb4c70bdbf1563e3d364f2640f683dde96c [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
5'./gradlew :grpc-integration-testing:installDist' after any changes.
6EOF
7exec ./integration-testing/build/install/grpc-integration-testing/bin/test-server "$@"