Skip to content

Commit c15e273

Browse files
authored
Add missing punctuation (#4676)
1 parent b83c208 commit c15e273

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

jck/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
* your own set of JCK test materials (JCK test source under OCTLA License): jck8d or jck9
2020
* ant 1.10.1 or above with ant-contrib.jar
2121

22-
1. Create an empty folder where your JCK test materials will be stored. For example `makedir /jck`
22+
1. Create an empty folder where your JCK test materials will be stored. For example `makedir /jck`.
2323

2424
2. Export `JCK_GIT_REPO=<test_material_repo | test_material_folder>` as an environment variable or pass it in when run as a make command.
25-
* If your test material is stored in a git repository it will be cloned to the empty folder created in step 1. For example `export [email protected]:<org>/<repo>.git`
26-
* Otherwise put your unarchived jck test materials into the empty folder created in step 1 and point `JCK_GIT_REPO` to this folder. For example `export JCK_GIT_REPO=/jck/jck8d`
25+
* If your test material is stored in a git repository it will be cloned to the empty folder created in step 1. For example `export [email protected]:<org>/<repo>.git`.
26+
* Otherwise put your unarchived jck test materials into the empty folder created in step 1 and point `JCK_GIT_REPO` to this folder. For example `export JCK_GIT_REPO=/jck/jck8d`.
2727

28-
3. Export `JCK_ROOT=/jck/<test_material_folder>` as an environment variable or pass it in when run as a make command. For example `export JCK_ROOT=/jck/jck8d`
29-
* Optional. The default value is `<openjdk-test>/../../../jck_root/JCK$(JDK_VERSION)-unzipped`
28+
3. Export `JCK_ROOT=/jck/<test_material_folder>` as an environment variable or pass it in when run as a make command. For example `export JCK_ROOT=/jck/jck8d`.
29+
* Optional. The default value is `<openjdk-test>/../../../jck_root/JCK$(JDK_VERSION)-unzipped`.
3030

31-
4. Export `TEST_JDK_HOME=<your_JDK_root>` as an environment variable
31+
4. Export `TEST_JDK_HOME=<your_JDK_root>` as an environment variable.
3232

3333
5. If you want to compile jck test only, export `BUILD_LIST=jck`. The other steps will stay the same as instructed in [aqa-tests/README.md](https://github.com/adoptium/aqa-tests/blob/master/README.md).
3434

@@ -51,7 +51,7 @@ There is a custom JCK test target `jck_custom`. This is used to run custom JCK t
5151

5252
4. If you need to add extra Java options to JCK tests, you could export `EXTRA_OPTIONS="<java_options>"`. Then extra added Java options would be added to JCK test during execution.
5353

54-
5. Follow the steps remaining in [aqa-tests/README.md](https://github.com/adoptium/aqa-tests/blob/master/README.md)
54+
5. Follow the steps remaining in [aqa-tests/README.md](https://github.com/adoptium/aqa-tests/blob/master/README.md).
5555

5656

5757
# How-to Run JCK test targets within Docker container

0 commit comments

Comments
 (0)