Whoops - no closing tag for if in sf-start-ats.
authorBrendan Donegan <brendand@symbian.org>
Wed, 28 Apr 2010 14:43:07 +0100
changeset 988 8428cb6e199e
parent 987 a0358d9ffc07
child 989 4ae26accd7da
Whoops - no closing tag for if in sf-start-ats.
common/build.test.xml
--- a/common/build.test.xml	Wed Apr 28 13:19:28 2010 +0100
+++ b/common/build.test.xml	Wed Apr 28 14:43:07 2010 +0100
@@ -150,7 +150,7 @@
         <echo message="INFO Creating smoketest testpackage"/>
         <exec executable="perl" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
             <arg value="smoketest.pl"/>
-            <arg value="--target=${sf.spec.test.target}"/>
+			<arg value="--target=${sf.spec.test.target}"/>
         </exec>
         <copy file="${build.drive}/smoketest/group/smoketest.zip" todir="${sf.spec.test.package.location}"  failonerror="false"/>
         
@@ -171,12 +171,6 @@
 	<!-- Sending testdrop to ATS3 -->
 	
     <target name="sf-send-testpkg" depends="sf-start-ats,sf-find-ATS-worker-root,sf-make-junction">
-        <if><equals arg1="${sf.spec.test.target}" arg2="syborg"/>
-          <then>
-            <delete file="${sf.spec.test.workerroot}/syborg.dtb" quiet="true"/>
-            <copy file="${build.drive}/epoc32/rom/syborg/syborg.dtb" todir="${sf.spec.test.workerroot}" failonerror="false"/>
-          </then>
-        </if>
         <mkdir dir="${sf.spec.test.workerroot}/${sf.spec.test.package.droppath}"/>
         <echo message="Sending test package ${sf.spec.test.package.name} to ${sf.spec.test.host.name} path ${sf.spec.test.host.droppath}"/>
         <exec executable="perl" dir="${sf.common.config.dir}/tools/ats" failonerror="false" output="${build.log.dir}/ATS_${build.id}_testdrop.log">
@@ -197,5 +191,6 @@
         <echo message="Waiting for 10 seconds to start the ATS Worker......."/>
         <sleep seconds="10"/>
     </then>
+    </if>
     </target> 
 </project>