Skip to content

Commit

Permalink
Merge pull request #10438 from renfeiw/doc2
Browse files Browse the repository at this point in the history
Update instruction to run disabled test in readme files
  • Loading branch information
llxia authored Aug 24, 2020
2 parents a1a950f + b243380 commit 2d0b03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ make _testList TESTLIST=jit_jitt,jit_recognizedMethod,testSCCMLTests2_1
If a test is disabled using `<disabled>` tag in playlist.xml, it can be executed through specifying the test target or adding `disabled` in front of regular target.

```
make _testA // testA has <disabled> tag in playlist.xml
make _disabled.testA // testA has <disabled> tag in playlist.xml
make _disabled.sanity.functional
make _disabled.extended
```
Expand Down
2 changes: 1 addition & 1 deletion test/docs/OpenJ9TestUserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ inside the `<test>` element that you want to exclude.
If a test is disabled using `<disabled>` tag in playlist.xml, it can be executed by specifying the test target or adding `disabled` in front of its top-level test target.

```
make _testA // testA has <disabled> tag in playlist.xml
make _disabled.testA // testA has <disabled> tag in playlist.xml
make _disabled.sanity.functional
make _disabled.extended
```
Expand Down

0 comments on commit 2d0b03a

Please sign in to comment.