remove bogus test.log.dir

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2009-06-28 18:41:12 +00:00
parent 0ff28bdd32
commit 90c057b60f
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@
</target>
<target name="test" depends="compile-test" description="Build test jar and run tests">
<delete dir="${test.log.dir}"/>
<mkdir dir="${test.log.dir}"/>
<junit printsummary="yes" showoutput="${test.output}" haltonfailure="no" fork="yes" forkmode="once" maxmemory="1000m" errorProperty="tests.failed" failureProperty="tests.failed" >
<sysproperty key="test.build.data" value="${build.test}/data"/>
<sysproperty key="build.test" value="${build.test}"/>