aboutsummaryrefslogtreecommitdiff
path: root/run-test-client.sh
blob: 373d3335acfdd2b4fc9398d4126991a1f4266568 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash -e
cd "$(dirname "$0")"
cat >&2 <<EOF
Gradle is no longer run automatically. Make sure to run
'./gradlew installDist -PskipCodegen=true' or
'./gradlew :grpc-interop-testing:installDist -PskipCodegen' after any changes.
-PskipCodegen=true is optional, but requires less setup.
EOF
exec ./interop-testing/build/install/grpc-interop-testing/bin/test-client "$@"