diff options
author | 2020-02-24 13:08:24 +0000 | |
---|---|---|
committer | 2020-02-24 14:45:14 +0000 | |
commit | 09c23c60aee38b1ff1b47d334e3dcf85cf8adf9c (patch) | |
tree | 2b8771957468894d530b463faed9c8192656710f | |
parent | 15c622d385ec46b4fc236b7445d016bc2ad699ef (diff) |
Update ART chroot-based testing instructions w.r.t. JDWP tests.
Update `test/README.chroot.md` to mention
`art/tools/run-libjdwp-tests.sh` instead of using
`art/tools/run-jdwp-tests.sh` directly. The old JDWP implementation
was retired in
https://android-review.googlesource.com/c/platform/art/+/1216803/.
Test: Run JDWP tests in ART chroot environment.
Bug: 34729697
Bug: 119034743
Change-Id: Ib83f241bb4866948074224184a63952e4b7766f7
-rw-r--r-- | test/README.chroot.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.chroot.md b/test/README.chroot.md index 7c3fa8f11f..a4fee55dc3 100644 --- a/test/README.chroot.md +++ b/test/README.chroot.md @@ -114,11 +114,11 @@ Note that using this chroot-based approach requires root access to the device 10. Run JDWP tests: * On a 64-bit target: ```bash - art/tools/run-jdwp-tests.sh --mode=device --variant=X64 + art/tools/run-libjdwp-tests.sh --mode=device --variant=X64 ``` * On a 32-bit target: ```bash - art/tools/run-jdwp-tests.sh --mode=device --variant=X32 + art/tools/run-libjdwp-tests.sh --mode=device --variant=X32 ``` 11. Tear down device setup: ```bash |