Repository: maven-surefire Updated Branches: refs/heads/master 198f56266 -> 4b070aae6
Fix minor typos Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4b070aae Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4b070aae Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/4b070aae Branch: refs/heads/master Commit: 4b070aae6abb43045607e7927ba9c6b4785b7236 Parents: 198f562 Author: kmix <k...@mix.co> Authored: Mon May 18 12:18:14 2015 -0600 Committer: kmix <k...@mix.co> Committed: Mon May 18 12:18:14 2015 -0600 ---------------------------------------------------------------------- .../src/site/apt/examples/rerun-failing-tests.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4b070aae/maven-surefire-plugin/src/site/apt/examples/rerun-failing-tests.apt.vm ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/src/site/apt/examples/rerun-failing-tests.apt.vm b/maven-surefire-plugin/src/site/apt/examples/rerun-failing-tests.apt.vm index 607f875..4c51d8c 100644 --- a/maven-surefire-plugin/src/site/apt/examples/rerun-failing-tests.apt.vm +++ b/maven-surefire-plugin/src/site/apt/examples/rerun-failing-tests.apt.vm @@ -39,7 +39,7 @@ Rerun Failing Tests mvn -D${thisPlugin.toLowerCase()}.rerunFailingTestsCount=2 test +---+ - If <<<rerunFailingTestsCount>>> is set to a value smaller than or euqal to 0, then it will be ignored. + If <<<rerunFailingTestsCount>>> is set to a value smaller than or equal to 0, then it will be ignored. * Output flaky re-run information on the screen @@ -70,7 +70,7 @@ mvn -D${thisPlugin.toLowerCase()}.rerunFailingTestsCount=2 test 2) The test fails in all of the re-runs: - For example, a test failied in all the three runs, then all the runs will be output on the screen: + For example, a test failed in all the three runs, then all the runs will be output on the screen: +---+ Run 1: ...