summaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-07-21 09:14:35 +0000
committerHenri Sara <henri.sara@itmill.com>2011-07-21 09:14:35 +0000
commit6c4448a4ad00419f9c98febaa3742c2ac9602aac (patch)
treeb9086b208ced3ef1726aebe0c951b8b3f78d5917 /build/build.xml
parent592f4d121426c9c04d2bd5c7c51d7903b8c6ce6f (diff)
downloadvaadin-framework-6c4448a4ad00419f9c98febaa3742c2ac9602aac.tar.gz
vaadin-framework-6c4448a4ad00419f9c98febaa3742c2ac9602aac.zip
Retry running all tests other than integration tests
svn changeset:19862/svn branch:6.6
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index 19957b6f4e..848a30a377 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1263,9 +1263,8 @@
<!-- "tests" classes after unpacking the package. -->
<property name="output-dir" value="${output-dir}"/>
- <!-- Convert some tests to run multiple times if failed. -->
- <property name="create.retry.tests" value="1"/>
- <property name="retries" value="3"/>
+ <!-- Convert tests to run multiple times if failed. -->
+ <property name="retries" value="1"/>
<property name="package.filename" value="${package.filename}"/>
<property name="testing.testarea" value="/tmp/testarea"/>