summaryrefslogtreecommitdiffstats
path: root/client-compiled
diff options
context:
space:
mode:
Diffstat (limited to 'client-compiled')
-rw-r--r--client-compiled/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml
index 1a78b17a7f..4554773be9 100644
--- a/client-compiled/build.xml
+++ b/client-compiled/build.xml
@@ -130,8 +130,8 @@
<target name="checkstyle">
<echo>No java files in module</echo>
</target>
- <target name="tests" depends="checkstyle">
- <!--<antcall target="common.tests.run" />-->
+ <target name="test" depends="checkstyle">
+ <!--<antcall target="common.test.run" />-->
<echo>WHAT? No tests for ${module.name}!</echo>
</target>