aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-test.xml')
-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 -->