gae-interop-testing: Make gradlew properly relative

This commit is contained in:
Eric Anderson 2018-08-17 14:18:23 -07:00
parent 54c4cc1e30
commit c318b4e9d6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Running the tests in GAE
You can run the gradle task to execute the interop tests. You can run the gradle task to execute the interop tests.
```bash ```bash
# cd into either gae-jdk7 or gae-jdk8 # cd into either gae-jdk7 or gae-jdk8
$ ./gradlew runInteropTestRemote $ ../../gradlew runInteropTestRemote
# Or run one of these from the root gRPC Java directory: # Or run one of these from the root gRPC Java directory:
$ ./gradlew :grpc-gae-interop-testing-jdk7:runInteropTestRemote $ ./gradlew :grpc-gae-interop-testing-jdk7:runInteropTestRemote