--- a/doc/api/helium/target-sf-build-smoketestpkg.html Tue Oct 06 17:31:14 2009 +0100
+++ b/doc/api/helium/target-sf-build-smoketestpkg.html Thu Oct 08 19:36:20 2009 +0100
@@ -82,7 +82,7 @@
<h2>Target sf-build-smoketestpkg</h2>
<p><b>Location</b></p>
-<p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.test.xml#L139">D:\maintools\sf-config\common\build.test.xml:139:</a></tt>
+<p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.test.xml#L142">d:\maintools\sf-config\common\build.test.xml:142:</a></tt>
</p>
<p><b>Conditional execution</b></p>
@@ -152,10 +152,11 @@
<img src="target-sf-build-smoketestpkg.dot.png" alt="sf-build-smoketestpkg dependencies" usemap="#dependencies"
style="border-style: none"/>
<map name="dependencies" id="dependencies">
-<area shape="rect" id="node1" href="target-sf-build-smoketestpkg.html" title="sf-build-smoketestpkg" alt="" coords="156,5,329,53">
-<area shape="rect" id="node4" href="target-sf-getenv-tools.html" title="sf-getenv-tools" alt="" coords="379,5,501,53">
-<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="5,5,107,53">
-<area shape="rect" id="node6" href="target-preparation-getenv.html" title="preparation-getenv" alt="" coords="549,5,701,53">
+<area shape="rect" id="node1" href="target-sf-build-smoketestpkg.html" title="sf-build-smoketestpkg" alt="" coords="196,41,369,89">
+<area shape="rect" id="node6" href="target-sf-getenv-tools.html" title="sf-getenv-tools" alt="" coords="419,41,541,89">
+<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="25,5,127,53">
+<area shape="rect" id="node4" href="target-sf-test-smoketest.html" title="sf-test-smoketest" alt="" coords="7,77,145,125">
+<area shape="rect" id="node8" href="target-preparation-getenv.html" title="preparation-getenv" alt="" coords="589,41,741,89">
</map>
</p>
<hr/>
@@ -183,13 +184,13 @@
<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">
<arg value="ats_specialise_test_drop.pl"/>
<arg value="--test-drop-name=Smoketest-${build.id}"/>
- <arg value="--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}"/>
+ <arg value="--device-name=${env.COMPUTERNAME}.ad-sfpd.intra"/>
<arg value="--src=${sf.spec.test.package.location}\smoketest.zip"/>
<arg value="--dest=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/>
<arg value="--build-id=http://${sf.spec.publish.diamonds.server}${diamonds.build.id}"/>