Skip to content

Commit c318b4e

Browse files
committed
gae-interop-testing: Make gradlew properly relative
1 parent 54c4cc1 commit c318b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gae-interop-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Running the tests in GAE
2525
You can run the gradle task to execute the interop tests.
2626
```bash
2727
# cd into either gae-jdk7 or gae-jdk8
28-
$ ./gradlew runInteropTestRemote
28+
$ ../../gradlew runInteropTestRemote
2929

3030
# Or run one of these from the root gRPC Java directory:
3131
$ ./gradlew :grpc-gae-interop-testing-jdk7:runInteropTestRemote

0 commit comments

Comments
 (0)