aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-15 03:49:49 +0100
committerSven Gothel <[email protected]>2010-12-15 03:49:49 +0100
commitff0e5770b5d3aa63199c657f8b8182152840c369 (patch)
treefad75783e363c7111d0fbcbb0fc95407fa85ff2a
parent4c27377366a338ca9049006dd45672dad0f770ce (diff)
test-zip-archive cleanup
-rw-r--r--make/build-test.xml4
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 -->