Skip to content

Commit

Permalink
update jck readme to confirm the jck_root structure (#401)
Browse files Browse the repository at this point in the history
* update jck readme to confirm the jck_root structure

Signed-off-by: Tianyu Zuo <[email protected]>
  • Loading branch information
TianyuZuo authored and Shelley Lambert committed Apr 30, 2018
1 parent 95e3971 commit b72fc30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jck/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ A quick start to run JCK test in docker image
git clone https://github.com/AdoptOpenJDK/openjdk-tests.git
// build docker image and run it
// the JCK_ROOT structure should be like
//root:jck_root root$ tree -L 2 ./
//./
//├── jck10
//├── jck8b
//└── jck9
cd openjdk-tests/buildenv/docker
docker build -t openjdk-test .
docker run -it -v <path_to_openjdk-tests_root>:/test -v <jck_material_root>:/jck_root openjdk-test /bin/bash
Expand Down

0 comments on commit b72fc30

Please sign in to comment.