Skip to content

Commit

Permalink
Fix language in README.md as well
Browse files Browse the repository at this point in the history
  • Loading branch information
omajid authored and Radka Gustavsson committed Jul 3, 2020
1 parent 97638f1 commit 1ce9445
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ a `test.json` file. An example of this file:
"versionSpecific": false,
"type": "xunit",
"cleanup": true,
"platformBlacklist": [
"ignoredRIDs": [
"fedora"
"fedora29"
"rhel7"
Expand Down Expand Up @@ -114,10 +114,11 @@ the following keys:
Specifies whether directories like `obj` and `bin` should be deleted
before running the test.

- `platformBlacklist`
- `ignoredRIDs`

This is a list of runtime-ids or platform names (optionally followed
by the version) where this test is invalid.
by the version) where this test is invalid. The test will be skipped
on those platforms.

Examples:

Expand Down

0 comments on commit 1ce9445

Please sign in to comment.