mirror of https://github.com/apache/lucene.git
LUCENE-6693: Add one more parameter-pass-through
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb2203b597
commit
4b7b4adbea
|
@ -656,6 +656,7 @@ File | Project Structure | Platform Settings | SDKs):
|
|||
</delete>
|
||||
<antcall inheritAll="false" target="test">
|
||||
<param name="tests.heapdump.args" value="-XX:+HeapDumpOnOutOfMemoryError "-XX:HeapDumpPath=${tests.heap-dump-dir}""/>
|
||||
<propertyset refid="uptodate.and.compiled.properties"/>
|
||||
</antcall>
|
||||
<pathconvert property="heapdumps.list" setonempty="false" pathsep="${line.separator}">
|
||||
<fileset dir="${tests.heap-dump-dir}"/>
|
||||
|
|
Loading…
Reference in New Issue