]> source.dussan.org Git - vaadin-framework.git/commitdiff
#6644 Ensure all refs are inherited to parallel tasks
authorArtur Signell <artur.signell@itmill.com>
Thu, 17 Mar 2011 10:53:42 +0000 (10:53 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 17 Mar 2011 10:53:42 +0000 (10:53 +0000)
svn changeset:17822/svn branch:6.5

build/build.xml

index 326151521831aad34ad66f17c0266d98f8d321ec..66bac3d0daffe30c1f337edba835de67572d291e 100644 (file)
     <target name="tests" depends="compile-java, internal-package-war">
        <!-- Run all different types of tests in parallel to decrease testing time -->
        <parallel threadcount="3">
-               <antcall target="integration-tests"></antcall>
-               <antcall target="testbench-tests"></antcall>
-               <antcall target="server-side-tests"></antcall>
+               <antcall inheritrefs="true" inheritall="true" target="integration-tests"></antcall>
+               <antcall inheritrefs="true" inheritall="true" target="testbench-tests"></antcall>
+               <antcall inheritrefs="true" inheritall="true" target="server-side-tests"></antcall>
        </parallel>
     </target>