summaryrefslogtreecommitdiffstats
path: root/uitest/test.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-05-10 12:37:34 +0300
committerVaadin Code Review <review@vaadin.com>2013-05-10 10:09:54 +0000
commit62ae5e19a18e8820aa070b18e001bc53edca1a5f (patch)
treeaab4e3622613b7401cdaa469d4f49dd5fb10b1f4 /uitest/test.xml
parentffd1c1bff51433440a5ea4f41fd042790b6b897a (diff)
downloadvaadin-framework-62ae5e19a18e8820aa070b18e001bc53edca1a5f.tar.gz
vaadin-framework-62ae5e19a18e8820aa070b18e001bc53edca1a5f.zip
More verbose output from running Jetty
This is an attempt to find what it is that sometimes seems to cause Jetty to terminate before all the tests have run. Change-Id: Id33e42c49d7528034b2859294e52111df218763a
Diffstat (limited to 'uitest/test.xml')
-rw-r--r--uitest/test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/test.xml b/uitest/test.xml
index ee4927fc7b..f3cf2f0884 100644
--- a/uitest/test.xml
+++ b/uitest/test.xml
@@ -182,6 +182,7 @@
<sequential>
<ant antfile="${test.xml.dir}/vaadin-server.xml" target="wait-for-startup" />
<antcall inheritall="true" inheritrefs="true" target="run-and-clean-up" />
+ <echo message="All TestBench tests have been run" />
</sequential>
</parallel>
</target>