You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2014/04/04 14:05:51 UTC

svn commit: r1584635 - /lucene/dev/branches/solr5914/lucene/common-build.xml

Author: dweiss
Date: Fri Apr  4 12:05:51 2014
New Revision: 1584635

URL: http://svn.apache.org/r1584635
Log:
Add test-help info

Modified:
    lucene/dev/branches/solr5914/lucene/common-build.xml

Modified: lucene/dev/branches/solr5914/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solr5914/lucene/common-build.xml?rev=1584635&r1=1584634&r2=1584635&view=diff
==============================================================================
--- lucene/dev/branches/solr5914/lucene/common-build.xml (original)
+++ lucene/dev/branches/solr5914/lucene/common-build.xml Fri Apr  4 12:05:51 2014
@@ -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