diff options
author | Sven Gothel <[email protected]> | 2010-12-15 04:57:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 04:57:29 +0100 |
commit | 99a1452c9fa7289e3364d5c2a15b3b60fe723f5c (patch) | |
tree | 69620f2ff48653d93820a727e73d3f00e32d3237 /make | |
parent | a8468286f5ebd6268942c25449796b7d45f57485 (diff) |
final cleanup test results archive :)
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 9e4c8cc87..0b0fe1695 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -310,9 +310,6 @@ <target name="test.auto.run" depends="junit.run"/> <target name="junit.run" depends="junit.run.newt.headless,junit.run.awt,junit.run.newt.awt"> - <zip destfile="${build}/${archive.name}-test-results.zip"> - <zipfileset dir="${results.test}" prefix="${archive.name}/test-results"/> - </zip> <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> |