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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index c5dcfa500..9b32d1369 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -322,7 +322,7 @@
</target>
<!-- updates / create the test results zip file -->
- <target name="test-zip-archive" depends="init">
+ <target name="test-zip-archive" depends="declare.common">
<zip destfile="${build}/${test.archive.name}.zip" update="true">
<zipfileset dir="${results.test}" prefix="${archive.name}/test-results"/>
</zip>