diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-02 07:53:15 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-02 07:53:15 +0000 |
commit | 1fffef1541c120a121e3ed5a053c7de695f19f33 (patch) | |
tree | 7405785ef49f4047838cca382c45aa8e53eddac6 /tests | |
parent | 630b1fc8662fe184b6c8952e1ca732a54bdba260 (diff) | |
download | vaadin-framework-1fffef1541c120a121e3ed5a053c7de695f19f33.tar.gz vaadin-framework-1fffef1541c120a121e3ed5a053c7de695f19f33.zip |
#7810 Fixed error handling of the row disabled in [21824]
svn changeset:21858/svn branch:6.7
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 496d9c9a87..abb3db170b 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> <!-- ================================================================== --> |