From 21ebcc2510ea2a483d2f4e5fcff9a0b36b1c1fb5 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Wed, 21 Sep 2011 14:53:34 +0000
Subject: [PATCH] minor: create an empty "test-output" folder to fix the CI
 build

SVN: 23020
---
 installation/build/build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/installation/build/build.xml b/installation/build/build.xml
index ff8a8c5f913..e86300e2207 100644
--- a/installation/build/build.xml
+++ b/installation/build/build.xml
@@ -170,6 +170,8 @@
   <target name="clean" description="Cleans distribution directory.">
     <delete dir="${dist}" failonerror="true" />
     <mkdir dir="${dist}" />
+  	<!-- make Hudson happy (it expects a test-output folder -->
+    <mkdir dir="${dist}/../test-output" />
   </target>
 
 	<target name="ci" depends="clean, dist" />
-- 
GitLab