You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2015/07/23 23:07:55 UTC

svn commit: r1692445 - in /lucene/dev/branches/branch_5x: ./ build.xml

Author: uschindler
Date: Thu Jul 23 21:07:55 2015
New Revision: 1692445

URL: http://svn.apache.org/r1692445
Log:
Merged revision(s) 1692444 from lucene/dev/trunk:
LUCENE-6693: Add one more parameter-pass-through

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/build.xml

Modified: lucene/dev/branches/branch_5x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/build.xml?rev=1692445&r1=1692444&r2=1692445&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/build.xml (original)
+++ lucene/dev/branches/branch_5x/build.xml Thu Jul 23 21:07:55 2015
@@ -666,6 +666,7 @@ File | Project Structure | Platform Sett
     </delete>
     <antcall inheritAll="false" target="test">
       <param name="tests.heapdump.args" value="-XX:+HeapDumpOnOutOfMemoryError &quot;-XX:HeapDumpPath=${tests.heap-dump-dir}&quot;"/>
+      <propertyset refid="uptodate.and.compiled.properties"/>
     </antcall>
     <pathconvert property="heapdumps.list" setonempty="false" pathsep="${line.separator}">
       <fileset dir="${tests.heap-dump-dir}"/>