diff options
author | Sven Gothel <[email protected]> | 2014-04-09 16:42:02 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-04-09 16:42:02 +0200 |
commit | b4beeec1423d0d25b834fb41d957f4409441d413 (patch) | |
tree | 63d45238a094f8a34380a1c2c6b6cac4ae6cd324 /make/build-test.xml | |
parent | 1c4a353b7edbbc03440197db3c2dabfc37f8010d (diff) |
build-test.xml: Handle hs_err_pid*.log files, i.e. clean-up and archive
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 2ae39d85a..10c00c865 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -53,6 +53,7 @@ <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> <fileset file="${jogl-test.jar}" /> </delete> </target> @@ -744,6 +745,7 @@ <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> </move> <move todir="${build}/test/results-x32"> <fileset dir="${results.test}" includes="**" /> @@ -770,6 +772,7 @@ <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> </move> <move todir="${build}/test/results-java7"> <fileset dir="${results.test}" includes="**" /> @@ -1105,6 +1108,7 @@ ${line.separator} <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> </delete> <mkdir dir="${results.test}" /> </target> @@ -1124,6 +1128,7 @@ ${line.separator} <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> </move> <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> @@ -1136,6 +1141,7 @@ ${line.separator} <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> </move> <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> @@ -1148,6 +1154,7 @@ ${line.separator} <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> </move> <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> @@ -1160,6 +1167,7 @@ ${line.separator} <fileset dir="." includes="*.png" /> <fileset dir="." includes="*.pam" /> <fileset dir="." includes="*.tga" /> + <fileset dir="." includes="hs_err_pid*.log" /> </move> <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> |