mirror of https://github.com/grpc/grpc-java.git
gae-interop-testing: Make gradlew properly relative
This commit is contained in:
parent
54c4cc1e30
commit
c318b4e9d6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue