# HG changeset patch # User MattD <mattd@symbian.org> # Date 1255340539 -3600 # Node ID 9b547c4a9812cf4eb4a3a82c258c8fb67b59735e # Parent 84fc7d5ec18f8a39c370f850badd693926de3d1a ATS target 'sf-build-smoketestpkg' - fix for argument name change in 'ats_specialise_test_drop.pl'. Update command-line help for 'ats_specialise_test_drop.pl' diff -r 84fc7d5ec18f -r 9b547c4a9812 common/build.test.xml --- a/common/build.test.xml Fri Oct 09 17:03:29 2009 +0100 +++ b/common/build.test.xml Mon Oct 12 10:42:19 2009 +0100 @@ -165,7 +165,7 @@ <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=${env.COMPUTERNAME}.ad-sfpd.intra"/> + <arg value="--host-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}"/> diff -r 84fc7d5ec18f -r 9b547c4a9812 common/tools/ats/ats_specialise_test_drop.pl --- a/common/tools/ats/ats_specialise_test_drop.pl Fri Oct 09 17:03:29 2009 +0100 +++ b/common/tools/ats/ats_specialise_test_drop.pl Mon Oct 12 10:42:19 2009 +0100 @@ -175,7 +175,7 @@ " --help Display this help and exit\n" . " --test-drop-name=TESTNAME TESTNAME is the desired name of the test drop. If not specified then the test drop name is not modified.\n" . " --build-id=BUILDID BUILDID is id of the build being tested. If not specified then the build id is not modified.\n" . - " --device-name=HOSTNAME HOSTNAME is the name of the ATS worker on which the test should be run. " . + " --host-name=HOSTNAME HOSTNAME is the name of the ATS worker on which the test should be run. " . "If not specified then the test device name is not modified.\n" . " --src=INFILE INFILE is the file containing the test drop XML to be modified, or else a zip file " . " containing the test drop XML in the file 'test.xml'. INFILE must have extension .xml or.zip\n" .