]> source.dussan.org Git - vaadin-framework.git/commitdiff
Run integration tests too (#9299)
authorArtur Signell <artur@vaadin.com>
Wed, 5 Sep 2012 16:49:04 +0000 (19:49 +0300)
committerArtur Signell <artur@vaadin.com>
Sun, 9 Sep 2012 08:23:31 +0000 (11:23 +0300)
build.xml

index dd5741c523cc68a9749bca4b23cf0d92cc2e46d8..05d3888b8ca8e71246c3922753241b38cd84c827 100644 (file)
--- a/build.xml
+++ b/build.xml
 
        <target name="tests" depends="buildorder">
                <parallel>
+                       <sequential>
+                               <!-- Sleep before running integration tests so testbench tests have time to compile and start -->
+                               <sleep minutes="4" />
+                               <antcall inheritrefs="true" inheritall="true" target="integration-tests"/>
+                       </sequential>
                        <subant buildpathref="build-path" target="tests" />
                        <ant antfile="uitest/test.xml" target="test-package">
                                <property name="war.file" location="result/artifacts/${vaadin.version}/vaadin-uitest/vaadin-uitest-${vaadin.version}.war" />