From c318b4e9d6af01fa0eadbd11bc8653625033ff83 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 17 Aug 2018 14:18:23 -0700 Subject: [PATCH] gae-interop-testing: Make gradlew properly relative --- gae-interop-testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gae-interop-testing/README.md b/gae-interop-testing/README.md index 1f9bea3648..f518a2b867 100644 --- a/gae-interop-testing/README.md +++ b/gae-interop-testing/README.md @@ -25,7 +25,7 @@ Running the tests in GAE You can run the gradle task to execute the interop tests. ```bash # cd into either gae-jdk7 or gae-jdk8 -$ ./gradlew runInteropTestRemote +$ ../../gradlew runInteropTestRemote # Or run one of these from the root gRPC Java directory: $ ./gradlew :grpc-gae-interop-testing-jdk7:runInteropTestRemote