Removed copying smoketest source to EPOCROOT from sf-build-smoketestpkg target
authorMaciej Seroka <maciejs@symbian.org>
Fri, 29 Jan 2010 12:11:02 +0000
changeset 867 f9bb7bea854b
parent 866 9dc266797c72
child 868 a2ab739ff0b0
Removed copying smoketest source to EPOCROOT from sf-build-smoketestpkg target
common/build.test.xml
--- a/common/build.test.xml	Fri Jan 29 11:34:39 2010 +0000
+++ b/common/build.test.xml	Fri Jan 29 12:11:02 2010 +0000
@@ -141,15 +141,6 @@
 	<!-- Preparing smoketest package (zip) for sending to ATS3 -->
 	
 	<target name="sf-build-smoketestpkg" depends="sf-getenv-tools">
-        <delete dir  ="${build.drive}/smoketest"/>
-        <delete file ="${build.log.dir}/ATS_${build.id}_smoketest.log"/>
-        
-        <echo message="INFO Copy smoketest source to EPOCROOT"/>
-        
-        <copy todir="${build.drive}/smoketest">
-            <fileset dir="${sf.common.config.dir}/tools/ats/smoketest"/>
-        </copy>
-        
         <echo message="INFO Building smoketest"/>
         <exec executable="cmd" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
             <arg value="/c"/>