Skip to content

Commit

Permalink
Fixing typo in TESTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmellawatt committed Sep 22, 2018
1 parent 23c27c7 commit dee93f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TESTING.md
Expand Up @@ -19,7 +19,7 @@ Tests are broken up into five types - unit, integration, distributed, acceptance
## Running Individual Tests
To run an individual test, you can either
1. Run the test in your [IDE](https://github.com/apache/geode/blob/develop/BUILDING.md#setting-up-intellij)
2. Run the from terminal by specifying the sub-project and test type:
2. Run from terminal by specifying the sub-project and test type:
`./gradlew project:testType --tests testName`
For example:
`./gradlew geode-core:test --tests ArrayUtilsTest`
Expand All @@ -35,4 +35,4 @@ Available categories can be found in the `geode-junit/src/main/java/org/apache/g

## Viewing Test Results
Test results can be viewed by navigating to
`build/reports/combined` in the Geode repository, then opening the `index.html` file in your browser.
`build/reports/combined` in the Geode repository, then opening the `index.html` file in your browser.

0 comments on commit dee93f4

Please sign in to comment.