diff options
author | Sven Gothel <[email protected]> | 2010-12-15 03:07:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 03:07:12 +0100 |
commit | 968f90d3948f551182eac50dd967d4af105f8b7a (patch) | |
tree | 34efc4fdf65b59f0e3fb3ca6f15010f49c912043 /make | |
parent | f824af07ab80c1d7368849cbde6f99a84084c6ba (diff) |
mkdir after delete: test results folder
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 1358660f7..18f0c9f98 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -92,11 +92,11 @@ </target> <target name="test.run.setup" depends="test.compile"> - <mkdir dir="${results.test}" /> <delete quiet="true"> <fileset dir="${results.test}" includes="**"/> <fileset file="${build}/${test.archive.name}.zip"/> </delete> + <mkdir dir="${results.test}" /> <condition property="jvmarg.newt.headless" value="-XstartOnFirstThread -Djava.awt.headless=true"><isset property="isOSX"/></condition> <condition property="jvmarg.newt.headless" value="-Djava.awt.headless=true"><not><isset property="isOSX"/></not></condition> |