blob: 487328adb29c66fdf5c24c5730d76f7e456b3172 [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
Eric Anderson05f5a4f2015-07-01 13:20:19 -07004Gradle is no longer run automatically. Make sure to run
5'./gradlew installDist -PskipCodegen=true' or
Eric Anderson483662e2016-10-13 17:06:52 -07006'./gradlew :grpc-interop-testing:installDist -PskipCodegen=true' after any
7changes. -PskipCodegen=true is optional, but requires less setup.
Eric Anderson86207752015-05-07 10:21:28 -07008EOF
Eric Andersone03d5c02015-05-20 13:23:11 -07009exec ./interop-testing/build/install/grpc-interop-testing/bin/test-server "$@"