aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-05-09 23:40:12 +0200
committerSven Gothel <[email protected]>2014-05-09 23:40:12 +0200
commitb6b47a4c648871e2ca308b92d4a8f945a27f513b (patch)
tree6397780698c4c7bc1cbfc3b5e67b198c9e691ed1
parent38277fff31277fe67024db9c2e363d9244863d17 (diff)
unit test: preserve hs_err_pid*.log files (move to results folder for archive)
-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 b613a28..e7a7416 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -218,6 +218,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">