mirror of https://github.com/apache/lucene.git
Fix test-help: tests.slow is true by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f6b3ecc6f
commit
a3ffd5cda0
|
@ -1084,7 +1084,7 @@ ant test -Dtests.dups=N ...
|
|||
ant -Dtests.nightly=[false] - nightly test group (@Nightly)
|
||||
ant -Dtests.weekly=[false] - weekly tests (@Weekly)
|
||||
ant -Dtests.awaitsfix=[false] - known issue (@AwaitsFix)
|
||||
ant -Dtests.slow=[false] - slow tests (@Slow)
|
||||
ant -Dtests.slow=[true] - slow tests (@Slow)
|
||||
|
||||
#
|
||||
# Load balancing and caches. --------------------------------------
|
||||
|
|
Loading…
Reference in New Issue