summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build-test.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 0325cdf2..a4756300 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -222,6 +222,9 @@
<path path="${classpath.test}"/>
</classpath>
</junit>
+ <move todir="${results.test}">
+ <fileset dir="." includes="hs_err_pid*.log" />
+ </move>
</target>
<target name="test.manual.run" depends="clean.results, test.compile">