diff options
author | Sven Gothel <[email protected]> | 2014-05-09 23:43:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-05-09 23:43:13 +0200 |
commit | 711a91dd5bb01736b1c7b2a238a87c392407a644 (patch) | |
tree | c2d7150ca63e2d7fc33b78d49dbf4f15bd989489 | |
parent | 65144f3de56b4fc47262399d0b3bcb0fa5f3feee (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 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"> |