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:
Adrien Grand 2012-11-20 13:56:43 +00:00
parent 2f6b3ecc6f
commit a3ffd5cda0
1 changed files with 1 additions and 1 deletions

View File

@ -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. --------------------------------------