Keepgoing in the event of testpackage submit error.
authorShabe Razvi <shaber@symbian.org>
Tue, 06 Oct 2009 17:31:14 +0100
changeset 607 3c858aa7a023
parent 606 7441b114b8c8
child 608 7e37b08f44ce
child 627 56a1d97e7c73
Keepgoing in the event of testpackage submit error.
common/build.test.xml
--- a/common/build.test.xml	Tue Oct 06 15:20:57 2009 +0100
+++ b/common/build.test.xml	Tue Oct 06 17:31:14 2009 +0100
@@ -159,7 +159,7 @@
         <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"/>
         </exec>
-        <copy file="${build.drive}/smoketest/group/smoketest.zip" todir="${sf.spec.test.package.location}"/>
+        <copy file="${build.drive}/smoketest/group/smoketest.zip" todir="${sf.spec.test.package.location}"  failonerror="false"/>
         
         <echo message="INFO Updating smoketest package with test info"/>
         <exec executable="perl" dir="${sf.common.config.dir}/tools/ats/" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">