diff options
author | Artur Signell <artur@vaadin.com> | 2015-04-27 18:19:48 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2015-05-15 07:59:16 +0000 |
commit | 9475b8239039670fbe422378dbbad7e9b15265f5 (patch) | |
tree | 2a4ff01399c67d377c33beab6348b6a25daf881d /build | |
parent | aff5bacbd52ecb54cd3a18cec4a3d7e598a37e93 (diff) | |
download | vaadin-framework-9475b8239039670fbe422378dbbad7e9b15265f5.tar.gz vaadin-framework-9475b8239039670fbe422378dbbad7e9b15265f5.zip |
Avoid on-the-fly compilation when running tests
This improves the tests for #15135
Change-Id: I1c884f89bff6842ceff41718ef231b54879982ab
Diffstat (limited to 'build')
-rwxr-xr-x | build/ide.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/ide.xml b/build/ide.xml index 440a7d9c3b..4bd839365f 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -95,6 +95,9 @@ <antcall target="compile-theme" inheritRefs="true"> <param name="theme" value="tests-valo-light" /> </antcall> + <antcall target="compile-theme" inheritRefs="true"> + <param name="theme" value="tests-valo-disabled-animations" /> + </antcall> </parallel> </target> |