aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/build.xml')
-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>