summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-02-01 15:55:30 +0000
committerRafael H. Schloming <rhs@apache.org>2008-02-01 15:55:30 +0000
commite5450586ffe0d33c92eed1b4c961e9b150f4663c (patch)
tree7bfce158dec1b4b4dccebd3f0a516eb272ca3652
parent25d82c2c33727100bb1171fe9aa806be6348d97d (diff)
downloadqpid-python-e5450586ffe0d33c92eed1b4c961e9b150f4663c.tar.gz
less confusing options
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617527 13f79535-47bb-0310-9956-ffa450edef68
-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"/>