Removed changes in build.test.xml to copy smoketest source to EPOCROOT
authorMaciej Seroka <maciejs@symbian.org>
Thu, 28 Jan 2010 17:06:02 +0000
changeset 863 4a6ed95640ad
parent 862 9202a9e0015c
child 864 2b0f08dedb30
Removed changes in build.test.xml to copy smoketest source to EPOCROOT
common/build.test.xml
--- a/common/build.test.xml	Thu Jan 28 14:45:46 2010 +0000
+++ b/common/build.test.xml	Thu Jan 28 17:06:02 2010 +0000
@@ -141,6 +141,15 @@
 	<!-- 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"/>