diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-03 09:41:02 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-03 09:41:02 +0200 |
commit | ca23966b65b81863e5dc42c95b430a3776b207f3 (patch) | |
tree | cd8c3e396ec5a0be4af377a99d680987c88a0579 /tests | |
parent | 9ead0206fae5e041eb033b0e13a050fd7eb44dea (diff) | |
download | vaadin-framework-ca23966b65b81863e5dc42c95b430a3776b207f3.tar.gz vaadin-framework-ca23966b65b81863e5dc42c95b430a3776b207f3.zip |
Don't fail build if test coverage generation is disabled
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.xml b/tests/test.xml index f138694c78..cedc3d245c 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -110,7 +110,7 @@ <arg value="build/testing/vaadin-server.py" /> <arg value="stop" /> </exec> - <move file="${testing.testarea}/${package.name}/war.ec" todir="../build/result" /> + <move file="${testing.testarea}/${package.name}/war.ec" todir="../build/result" failonerror="false" /> </target> <!-- ================================================================== --> |