Changeset 9402854b2 in vaadin
- Timestamp:
- 12/20/11 11:57:45 (17 months ago)
- Branches:
- 20b169873dbacf9eb7135a861bc5cf15177225ee, 34e6c60a5a746c0306c3a84ae8d6c21dfd84d878, 2772641acf8f84046e3ac42c8386b65e4f2346f2
- Children:
- 04ce5d5f2
- Parents:
- 88c19b89
- git-author:
- Mikael Vappula <mikael@…> (12/20/11 11:57:45)
- git-committer:
- Mikael Vappula <mikael@…> (12/20/11 11:57:45)
- File:
-
- 1 edited
-
tests/integration_tests.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/integration_tests.xml
r88c19b89 r9402854b2 35 35 <!-- Upload war to deploy to ssh host --> 36 36 <target name="integration-test-upload-demo"> 37 < antcontrib:scp file="${demo.war}" todir="${user}@${test.integration.server}:integration-tests/servers/demo.war" keyfile="${sshkey.file}" passphrase="${passphrase}" />37 <scp file="${demo.war}" todir="${user}@${test.integration.server}:integration-tests/servers/demo.war" keyfile="${sshkey.file}" passphrase="${passphrase}" /> 38 38 </target> 39 39 … … 330 330 </antcontrib:if> 331 331 332 < antcontrib:scp todir="${user}@${target-host}:." keyfile="${sshkey.file}" trust="yes" passphrase="${passphrase}" >332 <scp todir="${user}@${target-host}:." keyfile="${sshkey.file}" trust="yes" passphrase="${passphrase}" > 333 333 <fileset dir="integration_base_files"> 334 334 <include name="*" /> 335 335 </fileset> 336 </ antcontrib:scp>336 </scp> 337 337 338 338 <!-- trycatch probably not needed any more as it just fails with the original message and doesn't do anything in the finally block --> … … 346 346 </antcall> 347 347 348 < antcontrib:scp file="${demo.war}" todir="${user}@${target-host}:demo.war" keyfile="${sshkey.file}" trust="yes" passphrase="${passphrase}" />348 <scp file="${demo.war}" todir="${user}@${target-host}:demo.war" keyfile="${sshkey.file}" trust="yes" passphrase="${passphrase}" /> 349 349 350 350 <!-- timeout in 15 minutes -->
Note: See TracChangeset
for help on using the changeset viewer.
