Skip to content
Snippets Groups Projects
Commit 21ebcc25 authored by kaloyane's avatar kaloyane
Browse files

minor: create an empty "test-output" folder to fix the CI build

SVN: 23020
parent 97978257
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,8 @@ ...@@ -170,6 +170,8 @@
<target name="clean" description="Cleans distribution directory."> <target name="clean" description="Cleans distribution directory.">
<delete dir="${dist}" failonerror="true" /> <delete dir="${dist}" failonerror="true" />
<mkdir dir="${dist}" /> <mkdir dir="${dist}" />
<!-- make Hudson happy (it expects a test-output folder -->
<mkdir dir="${dist}/../test-output" />
</target> </target>
<target name="ci" depends="clean, dist" /> <target name="ci" depends="clean, dist" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment