diff options
-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 |