mirror of https://github.com/apache/lucene.git
Add test-help info
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1584635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee084bbe60
commit
1a9c5c9862
|
@ -1241,9 +1241,11 @@ ant -Dtests.timestamps=on ...
|
|||
# Override forked JVM file.encoding
|
||||
ant -Dtests.file.encoding=XXX ...
|
||||
|
||||
# Don't remove temporary files under slave directories, even if
|
||||
# the test passes.
|
||||
# Don't remove any temporary files under slave directories, even if
|
||||
# the test passes (any of the following props):
|
||||
ant -Dtests.leaveTemporary=true
|
||||
ant -Dtests.leavetmpdir=true
|
||||
ant -Dsolr.test.leavetmpdir=true
|
||||
|
||||
# Do *not* filter stack traces emitted to the console.
|
||||
ant -Dtests.filterstacks=false
|
||||
|
|
Loading…
Reference in New Issue