Author: jsong
Date: Fri Aug 27 09:35:05 2004
New Revision: 37125
Modified:
incubator/beehive/trunk/controls/test/build.xml
Log:
Update controls/test/build.xml and redirect tch log files to current dir.
Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Fri Aug 27 09:35:05 2004
@@ -247,14 +247,12 @@
<property name="test-suite" value="${mantis.srcgen.dir}/root.xml"/>
<property name="tch.base-logfile-name" value="tch"/>
- <mkdir dir="tch_logs"/>
-
<tch tchHome="${tch.home}"
testfile="${test-suite}"
fork="true"
classpathref="tch.run.classpath"
failureproperty="run.failed"
- dir="${basedir}/tch_logs">
+ dir="${basedir}">
<arg value="-emacs"/>
<property name="tch.replication.entry-point" value="ant -f
${controls.test.dir}/build.xml run"/>