blob: 373d3335acfdd2b4fc9398d4126991a1f4266568 [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
6'./gradlew :grpc-interop-testing:installDist -PskipCodegen' after any changes.
7-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-client "$@"