From: Artur Signell Date: Thu, 8 Apr 2010 15:07:12 +0000 (+0000) Subject: Run tests in parallel (#4493) X-Git-Tag: 6.7.0.beta1~1775 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05b8a2b58cdb8503bc0c020cabfd36965790200c;p=vaadin-framework.git Run tests in parallel (#4493) Removed extra "ant-tests" which served no purpose svn changeset:12396/svn branch:6.3 --- diff --git a/build/build.xml b/build/build.xml index 3c48ada9e6..6412a35ec1 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1097,7 +1097,13 @@ - + + + + + + + @@ -1144,17 +1150,6 @@ - - ##teamcity[testSuiteStarted name='com.vaadin.tests.test-framework'] - - - ##teamcity[testStarted name='testingSmoketest'] - ##teamcity[testStdOut name='testingSmoketest' out='Here be some text related to the test.] - ##teamcity[testFinished name='testingSmoketest'] - - ##teamcity[testSuiteFinished name='com.vaadin.tests.test-framework'] - -