This is an automated email from the ASF dual-hosted git repository. jmark99 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push: new afc85ae Remove duplicated word in TESTING.md (#2090) afc85ae is described below commit afc85ae53bd0a7f65a5588a64a1ce477b895e179 Author: Mark Owens <jmar...@apache.org> AuthorDate: Mon May 10 12:07:49 2021 -0400 Remove duplicated word in TESTING.md (#2090) Remove an unneeded instance of the word 'to'. It had inadvertently been typed two times in a row within a sentence. --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index b9d7f43..0162552 100644 --- a/TESTING.md +++ b/TESTING.md @@ -25,7 +25,7 @@ Unit tests can be run by invoking `mvn package` at the root of the Apache Accumu `test` phase of the [Maven lifecycle][lifecycle]. The `test` phase cannot be run directly, because not all of Accumulo's modules are Java artifacts, and therefore will not be resolvable by their sibling modules until they are created in their `package` phase. To avoid building against stale artifacts from previous builds that may have been published to a -remote server or installed to your local Maven repository, always build with the `package` phase to to run the unit +remote server or installed to your local Maven repository, always build with the `package` phase to run the unit tests. The [maven-surefire-plugin][surefire] is bound to the `test` phase of the Maven lifecycle by default and will run the JUnit tests. To execute the unit tests, simply build the project by running: