diff options
author | Artur Signell <artur@vaadin.com> | 2015-04-27 18:19:48 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-05-11 17:31:06 +0000 |
commit | 5ff8617c5cbae50ecdab35c1fa83dea342c69eb4 (patch) | |
tree | 8f34665438e423d317369a59b77b5240570d9573 /build | |
parent | 8dd079511a5eac7fe6cc9d7592b004661b0d74d8 (diff) | |
download | vaadin-framework-5ff8617c5cbae50ecdab35c1fa83dea342c69eb4.tar.gz vaadin-framework-5ff8617c5cbae50ecdab35c1fa83dea342c69eb4.zip |
Avoid on-the-fly compilation when running tests (#15135)
Change-Id: I507cba331403cb268110dec1d523fb10f37c34c4
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> |