Added new param for calling ats_specialise_test_drop.pl from build.test.xml
authorMaciej Seroka <maciejs@symbian.org>
Wed, 06 Jan 2010 16:06:18 +0000
changeset 837 4963c9fe9db8
parent 836 675529c38614
child 838 a1ebf7f8e66f
Added new param for calling ats_specialise_test_drop.pl from build.test.xml
common/build.test.xml
--- a/common/build.test.xml	Wed Jan 06 13:41:51 2010 +0000
+++ b/common/build.test.xml	Wed Jan 06 16:06:18 2010 +0000
@@ -119,7 +119,6 @@
                               <arg value="--src=${sf.spec.test.package.location}/../bctest/${program}"/>
                               <arg value="--dest=${sf.spec.test.package.location}\${env.COMPUTERNAME}-bctest-${build.id}_${program}" />
                               <arg value="--publish=${publish.dir}\ats_reports\${program}"/>
-                              <arg value="--bld-drive=${build.drive}"/>
                             </exec>
                             <!-- Now ready to send to ATS3 -->  
 					      <echo message="Sending Test drop :  ${program} ............" />									
@@ -172,6 +171,7 @@
             <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}"/>	
             <arg value="--publish=${publish.dir}\ats_reports"/>
+			<arg value="--bld-drive=${build.drive}"/>
         </exec>
         <!-- Now ready to send to ATS3 -->
     </target>