aboutsummaryrefslogtreecommitdiff
path: root/run-test-client.sh
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2016-10-13 17:06:52 -0700
committerEric Anderson <ejona@google.com>2016-11-01 14:45:40 -0700
commit483662e24dd29c105584717914fb0f75d4609c70 (patch)
treeeae8e0e92606e6cab8bfcb851c3a740d82faa373 /run-test-client.sh
parentabffc76da2289c94d15a69bace8b344075ffaa83 (diff)
downloadgrpc-grpc-java-483662e24dd29c105584717914fb0f75d4609c70.tar.gz
interop-testing: -PskipCodegen requires =true
Otherwise it has no effect.
Diffstat (limited to 'run-test-client.sh')
-rwxr-xr-xrun-test-client.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-test-client.sh b/run-test-client.sh
index 373d3335a..ddcf236de 100755
--- a/run-test-client.sh
+++ b/run-test-client.sh
@@ -3,7 +3,7 @@ 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.
+'./gradlew :grpc-interop-testing:installDist -PskipCodegen=true' after any
+changes. -PskipCodegen=true is optional, but requires less setup.
EOF
exec ./interop-testing/build/install/grpc-interop-testing/bin/test-client "$@"