equal
deleted
inserted
replaced
180 </then> |
180 </then> |
181 </if> |
181 </if> |
182 |
182 |
183 <if><istrue value="${sf.spec.bccheck.enable.dynamic}"/> |
183 <if><istrue value="${sf.spec.bccheck.enable.dynamic}"/> |
184 <then> |
184 <then> |
|
185 <echo message="INFO Updating bctest package with test info"/> |
|
186 <exec executable="perl" dir="${sf.common.config.dir}/tools/ats/" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_dynamicbc.log"> |
|
187 <arg value="ats_specialise_test_drop.pl"/> |
|
188 <arg value="--test-drop-name=bctest-${build.id}"/> |
|
189 <arg value="--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}"/> |
|
190 <arg value="--src=${sf.spec.test.package.location}\..\bctest\bctest.zip"/> |
|
191 <arg value="--dest=${sf.spec.test.package.location}\${sf.spec.bccheck.package.name}"/> |
|
192 </exec> |
|
193 <!-- Now ready to send to ATS3 --> |
|
194 |
|
195 <antcall target="sf-send-testpkg" inheritAll="false"> |
|
196 <param name="sf.spec.test.package.name" value="${sf.spec.bccheck.package.name}"/> |
|
197 </antcall> |
185 </then> |
198 </then> |
186 </if> |
199 </if> |
187 </then> |
200 </then> |
188 <else> |
201 <else> |
189 <echo message="WARNING: PDT_HOME not set, I dont know where the BC tools are installed so cannot continue"/> |
202 <echo message="WARNING: PDT_HOME not set, I dont know where the BC tools are installed so cannot continue"/> |