summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml
index 40eb5d85c5..61d55042e6 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -159,7 +159,7 @@
<target name="test" depends="compile-tests" if="module.test.src.exists"
description="execute unit tests">
- <junit fork="yes" printsummary="on" showoutput="no" haltonfailure="no" timeout="90000">
+ <junit fork="yes" haltonfailure="no" printsummary="on" timeout="90000">
<formatter type="plain"/>
<formatter type="xml"/>
<classpath refid="module.test.path"/>