From 86207752b7461619fab08df0d38e4ad6a235512b Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 7 May 2015 10:21:28 -0700 Subject: [PATCH] Stop running gradle in run-test-{client,server}.sh This substantially decreases the amount of time to run a client test via the script. --- run-test-client.sh | 7 +++++-- run-test-server.sh | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/run-test-client.sh b/run-test-client.sh index 1e6fa0b8ff..6a45b8f2a0 100755 --- a/run-test-client.sh +++ b/run-test-client.sh @@ -1,4 +1,7 @@ #!/bin/bash -e cd "$(dirname "$0")" -./gradlew :grpc-integration-testing:installDist -./integration-testing/build/install/grpc-integration-testing/bin/test-client "$@" +cat >&2 <&2 <