Passing diamond build-id as parameter for ats_specialise_test_drop.pl to insert build-id tag in test.xml
authorroyt <tathagatar@symbian.org>
Wed, 22 Jul 2009 11:39:12 +0100
changeset 266 d22176d1757d
parent 264 93cb50eb65c9
child 267 cf05cf95f5d3
Passing diamond build-id as parameter for ats_specialise_test_drop.pl to insert build-id tag in test.xml
common/build.xml
--- a/common/build.xml	Mon Jul 20 23:08:06 2009 +0100
+++ b/common/build.xml	Wed Jul 22 11:39:12 2009 +0100
@@ -748,6 +748,7 @@
             <arg value="--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}"/>
             <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}${sf.spec.publish.diamonds.path}${diamonds.build.id}"/>
         </exec>
         <!-- Now ready to send to ATS3 -->
     </target>