Let's make the directory we're going to write to.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2949 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
description="Runs unit tests. Use -Dtest=Foo to run only FooTest.">
|
||||
<taskdef name="unit" classpathref="classpath"
|
||||
classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask"/>
|
||||
<mkdir dir="${deploy.dir}/tests"/>
|
||||
<mkdir dir="${deploy.dir}/test-reports"/>
|
||||
<unit printsummary="off" haltonfailure="yes" fork="${junit.fork}">
|
||||
<classpath>
|
||||
<pathelement location="${classes.dir}"/>
|
||||
|
||||
Reference in New Issue
Block a user