diff options
author | Sven Gothel <[email protected]> | 2010-12-15 03:49:49 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 03:49:49 +0100 |
commit | ff0e5770b5d3aa63199c657f8b8182152840c369 (patch) | |
tree | fad75783e363c7111d0fbcbb0fc95407fa85ff2a /make | |
parent | 4c27377366a338ca9049006dd45672dad0f770ce (diff) |
test-zip-archive cleanup
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 9b32d1369..1d5fd4e5d 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -139,7 +139,7 @@ </apply> </sequential> </for> - <antcall target="test-zip-archive" inheritRefs="true" /> + <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> <!-- NEWT is currently not supported on OSX --> @@ -318,7 +318,7 @@ <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" /> + <antcall target="test-zip-archive" inheritRefs="true" inheritAll="true"/> </target> <!-- updates / create the test results zip file --> |