Author: kkolinko
Date: Sun May 11 14:44:19 2014
New Revision: 1593801

URL: http://svn.apache.org/r1593801
Log:
Merged r1593800 from tomcat/trunk:
Followup to r1593773:
Explicitly create the logs directory.
JUnit fails when the directory where it writes its reports does not exist. It 
happened at Apache Gump.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1593800

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1593801&r1=1593800&r2=1593801&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Sun May 11 14:44:19 2014
@@ -1334,6 +1334,7 @@
                description="The extension to use to distinguish the output"/>
 
     <sequential>
+      <mkdir dir="${test.reports}" />
       <junit printsummary="yes" fork="yes" dir="." showoutput="yes"
         errorproperty="test.result.error"
         failureproperty="test.result.failure"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to