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:
parent
0ff28bdd32
commit
90c057b60f
|
@ -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}"/>
|
||||
|
|
Loading…
Reference in New Issue