fix test-help documentation bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-09-17 19:52:47 +00:00
parent 7978fccfb0
commit d1ea8d1d92
1 changed files with 2 additions and 2 deletions

View File

@ -1259,8 +1259,8 @@ ant test -Dtests.dups=N ...
# master seed. You can combine beasting with any other parameter,
# just replace "test" with "beast" and give -Dbeast.iters=P
# (P >> 1).
ant test -Dtests.dups=N -Dtests.iters=M -Dbeast.iters=P \
-Dtestcase=ClassName beast
ant beast -Dtests.dups=N -Dtests.iters=M -Dbeast.iters=P \
-Dtestcase=ClassName
#
# Test groups. ----------------------------------------------------