summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2013-01-07 13:38:57 +0000
committerVaadin Code Review <review@vaadin.com>2013-01-07 13:38:57 +0000
commit883bd5cdc103affdb382692d71dc703634b706b4 (patch)
tree10d2a7895341921a66fc1777e10b50284ebe987a /uitest
parentddcd8d06f154c73136ab3f19477abb5c6fce73fd (diff)
parent104259291148b2cf5f0f3f7bc8795089cc1cb32c (diff)
downloadvaadin-framework-883bd5cdc103affdb382692d71dc703634b706b4.tar.gz
vaadin-framework-883bd5cdc103affdb382692d71dc703634b706b4.zip
Merge "Checkstyle for Vaadin #9065"
Diffstat (limited to 'uitest')
-rw-r--r--uitest/build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/uitest/build.xml b/uitest/build.xml
index 8d5c1b28f9..ee2b2c6124 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -133,7 +133,10 @@
<target name="clean">
<antcall target="common.clean" />
</target>
- <target name="tests">
+ <target name="checkstyle">
+ <echo>Checkstyle is disabled for uitest for now</echo>
+ </target>
+ <target name="tests" depends="checkstyle">
<!--<antcall target="common.tests.run" />-->
<echo>WHAT? No JUnit tests for ${module.name}!</echo>
</target>