Skip to content
Snippets Groups Projects
Commit 549aa9fd authored by Arne Blankerts's avatar Arne Blankerts
Browse files

stablize testdata creation

parent f9407c9f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,9 @@
</target>
<target name="testdata">
<delete dir="${basedir}/tests/_data/empty" />
<mkdir dir="${basedir}/tests/_data/empty" />
<symlink action="delete" link="${basedir}/tests/_data/linkdir" resource="${basedir}/tests/_data/empty" />
<symlink link="${basedir}/tests/_data/linkdir" resource="${basedir}/tests/_data/empty" />
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment