diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-10-27 09:52:51 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-10-27 09:52:51 +0000 |
commit | 0cd52aea2c9637d0ed71c857f43c548af89e038f (patch) | |
tree | 30ae39a5448353532082628d971151aabecff7a8 /tests/integration_base_files | |
parent | b95d72bb1ffbeda43f36445571ceb02c73ad8e49 (diff) | |
download | vaadin-framework-0cd52aea2c9637d0ed71c857f43c548af89e038f.tar.gz vaadin-framework-0cd52aea2c9637d0ed71c857f43c548af89e038f.zip |
Added output of some debug information
svn changeset:21813/svn branch:6.7
Diffstat (limited to 'tests/integration_base_files')
-rw-r--r-- | tests/integration_base_files/base.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration_base_files/base.xml b/tests/integration_base_files/base.xml index 995c3b5bbf..f9c2ff3d6b 100644 --- a/tests/integration_base_files/base.xml +++ b/tests/integration_base_files/base.xml @@ -58,6 +58,8 @@ <waitfor maxwait="${waitMinutes}" maxwaitunit="minute" checkevery="10000" timeoutproperty="timeout"> <http url="${waitUrl}" /> </waitfor> + <!-- Print load averages to get an indicator on whether the server still attempts to start up --> + <exec executable="uptime" /> <fail if="timeout" message="${server} failed to deploy" /> <echo message="${server}: Demo deployed successfully." /> |