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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 7b67e83bd31b377eab0911d7dec41a3af543d4ae
Author: Alex Filatov <alex-fila...@users.noreply.github.com>
AuthorDate: Tue Sep 12 19:14:19 2017 +0300

    fixup! [BEAM-2335] Document how to run NeedsRunner tests.
---
 src/contribute/testing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contribute/testing.md b/src/contribute/testing.md
index d86c2dd..c6fd2a6 100644
--- a/src/contribute/testing.md
+++ b/src/contribute/testing.md
@@ -304,7 +304,7 @@ breakages. Beam Java unit tests are written in JUnit.
 
 #### How to run NeedsRunner tests
 
-NeedsRunner is a category of tests that require a Beam runner. Subset of these
+NeedsRunner is a category of tests that require a Beam runner. A subset of 
these
 tests cannot be executed while building their corresponding modules because 
all 
 runners depend on these modules (e.g. `sdks/java/core`) to be built. To break 
 the circular dependency, these tests are executed after the Direct Runner is 
@@ -323,7 +323,7 @@ To run a single NeedsRunner test use the `test` property, 
e.g.
 $ mvn -pl runners/direct-java surefire:test@validates-runner-tests 
-Dtest=MapElementsTest#testMapBasic
 ```
 
-will run single `MapElementsTest.testMapBasic()` test.
+will run the `MapElementsTest.testMapBasic()` test.
 
 
 NeedsRunner tests in modules that are not required to build runners (e.g. 

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <commits@beam.apache.org>.

Reply via email to