diff options
author | Sven Gothel <[email protected]> | 2014-05-09 23:40:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-05-09 23:40:12 +0200 |
commit | b6b47a4c648871e2ca308b92d4a8f945a27f513b (patch) | |
tree | 6397780698c4c7bc1cbfc3b5e67b198c9e691ed1 | |
parent | 38277fff31277fe67024db9c2e363d9244863d17 (diff) |
unit test: preserve hs_err_pid*.log files (move to results folder for archive)
-rw-r--r-- | make/build-test.xml | 3 |
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"> |