This is an automated email from the ASF dual-hosted git repository.

mcmellawatt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new dee93f4  Fixing typo in TESTING.md
dee93f4 is described below

commit dee93f40faa82e97aa05fe34bbc7ee2adac79cbc
Author: Ryan McMahon <rmcma...@pivotal.io>
AuthorDate: Sat Sep 22 16:40:22 2018 -0700

    Fixing typo in TESTING.md
---
 TESTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TESTING.md b/TESTING.md
index f103bfa..fdaece3 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -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`  
@@ -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.
\ No newline at end of file
+`build/reports/combined` in the Geode repository, then opening the 
`index.html` file in your browser.

Reply via email to