Ver código fonte

Create the junit report dir if it doesn't exist


git-svn-id: http://svn.dmdirc.com/trunk@3867 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 anos atrás
pai
commit
3ee7344d73
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      junitreport.xml

+ 1
- 0
junitreport.xml Ver arquivo

@@ -45,6 +45,7 @@
45 45
    <target name="test-html" depends="with.clover,compile-test,test,clover.html"/>
46 46
    <target name="test-xml" depends="with.clover,compile-test,test,clover.xml"/>
47 47
    <target name="-post-test-run">
48
+      <mkdir dir="${test.reports}" />
48 49
       <junitreport todir="${test.reports}">
49 50
         <fileset dir="${build.test.results.dir}">
50 51
           <include name="TEST-*.xml" />

Carregando…
Cancelar
Salvar