aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-04-27 18:19:48 +0300
committerVaadin Code Review <review@vaadin.com>2015-05-11 17:31:06 +0000
commit5ff8617c5cbae50ecdab35c1fa83dea342c69eb4 (patch)
tree8f34665438e423d317369a59b77b5240570d9573 /uitest/build.xml
parent8dd079511a5eac7fe6cc9d7592b004661b0d74d8 (diff)
downloadvaadin-framework-5ff8617c5cbae50ecdab35c1fa83dea342c69eb4.tar.gz
vaadin-framework-5ff8617c5cbae50ecdab35c1fa83dea342c69eb4.zip
Avoid on-the-fly compilation when running tests (#15135)
Change-Id: I507cba331403cb268110dec1d523fb10f37c34c4
Diffstat (limited to 'uitest/build.xml')
-rw-r--r--uitest/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml
index e6c68a90aa..1539427d86 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -303,6 +303,9 @@
<antcall target="compile-theme">
<param name="theme" value="tests-valo-light" />
</antcall>
+ <antcall target="compile-theme">
+ <param name="theme" value="tests-valo-disabled-animations" />
+ </antcall>
</target>
<target name="compile-theme" depends="copy-theme">