Author: jsong
Date: Thu Aug 26 20:30:24 2004
New Revision: 37106
Modified:
incubator/beehive/trunk/controls/build.xml
incubator/beehive/trunk/controls/test/build.xml
Log:
Update control/build.xml and control/test/build.xml to include controls
checkin.tests into cc run.
Modified: incubator/beehive/trunk/controls/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/build.xml (original)
+++ incubator/beehive/trunk/controls/build.xml Thu Aug 26 20:30:24 2004
@@ -253,6 +253,7 @@
<!-- ==================================================================== -->
<target name="drt" depends="deploy">
<ant dir="./drt" target="drt" inheritAll="false"/>
+ <ant dir="./test" target="check.tests" inheritAll="false"/>
</target>
</project>
Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Thu Aug 26 20:30:24 2004
@@ -247,11 +247,14 @@
<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">
+ failureproperty="run.failed"
+ dir="${basedir}/tch_logs">
<arg value="-emacs"/>
<property name="tch.replication.entry-point" value="ant -f
${controls.test.dir}/build.xml run"/>