diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-12-21 09:26:35 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-12-21 09:26:35 +0000 |
commit | 4fc4227039540c0f3351cf6432650cc494a77a17 (patch) | |
tree | 02b9cd652a4e9634e60e4e44de4b00958374f416 /build/build.xml | |
parent | 9bbcf97ca5cd326b378ab4fd6b04d6d575ffaac5 (diff) | |
download | vaadin-framework-4fc4227039540c0f3351cf6432650cc494a77a17.tar.gz vaadin-framework-4fc4227039540c0f3351cf6432650cc494a77a17.zip |
Retry tests only run if create.retry.tests and retries are given
svn changeset:16597/svn branch:6.5
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 5cf1280223..5e168ff51e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1188,6 +1188,10 @@ <!-- "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"/> + <property name="package.filename" value="${package.filename}"/> <property name="testing.testarea" value="/tmp/testarea"/> <property name="package.name" value="${package.name}"/> |