summaryrefslogtreecommitdiffstats
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 e8f3b49a3..1f7483aa4 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -55,7 +55,7 @@
<!-- Clean the results -->
<delete quiet="true">
<fileset dir="${results.test}" includes="**"/>
- <fileset file="${build}/${test.archive.name}.7z"/>
+ <fileset file="${build.path}/${test.archive.name}.7z"/>
</delete>
<mkdir dir="${results.test}" />
@@ -385,7 +385,7 @@
<!-- updates / create the test results zip file -->
<target name="test-zip-archive" depends="declare.common">
- <archive.7z destfile="${build}/${test.archive.name}.7z"
+ <archive.7z destfile="${build.path}/${test.archive.name}.7z"
basedir="${results.test}"
includes="**" />
</target>