diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-build-smoketestpkg.html --- 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 @@

Target sf-build-smoketestpkg

Location

-

D:\maintools\sf-config\common\build.test.xml:139: +

d:\maintools\sf-config\common\build.test.xml:142:

Conditional execution

@@ -152,10 +152,11 @@ sf-build-smoketestpkg dependencies - - - - + + + + +


@@ -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}"/>