Backout start-ats logging as its not supported when spawn=true
authorShabe Razvi <shaber@symbian.org>
Wed, 14 Apr 2010 09:58:32 +0100
changeset 967 67b359678a13
parent 966 e06b37cce80d
child 968 a66215cc2b4a
Backout start-ats logging as its not supported when spawn=true
common/build.test.xml
--- a/common/build.test.xml	Tue Apr 13 17:54:56 2010 +0100
+++ b/common/build.test.xml	Wed Apr 14 09:58:32 2010 +0100
@@ -183,7 +183,7 @@
         </exec>
     </target>
 	<target name="sf-start-ats">        			
-	    <exec executable="${ats.drive}/start.cmd" dir="${ats.drive}" failonerror="false" spawn="true" vmlauncher="false" output="${build.log.dir}/ATS_${build.id}_start.log"/>
+	    <exec executable="${ats.drive}/start.cmd" dir="${ats.drive}" failonerror="false" spawn="true" vmlauncher="false"/>
 		<echo message="Waiting for 10 seconds to start the ATS Worker......."/>
 		<sleep seconds="10"/>
     </target>