move test output & classes to build/test. fixes #18

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@759296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-03-27 18:21:55 +00:00
parent 49e55f3ef0
commit f4b2a3fc20
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<property name="build.dir" value="${basedir}/build"/>
<property name="build.classes" value="${build.dir}/classes"/>
<property name="test.dir" value="${basedir}/test"/>
<property name="test.classes" value="${basedir}/test/classes"/>
<property name="test.classes" value="${build.dir}/test/classes"/>
<property name="final.name" value="cassandra"/>
<!--
@ -106,7 +106,7 @@
<taskdef resource="testngtasks" classpath="lib/testng-5.8-jdk15.jar"/>
<target name="test" depends="build-test">
<echo message="running tests"/>
<testng outputDir="${test.dir}/output"
<testng outputDir="${build.dir}/test/output"
haltOnFailure="true"
verbose="2">
<jvmarg value="-Dstorage-config=conf"/>