summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-02-29 02:58:11 +0000
committerRafael H. Schloming <rhs@apache.org>2008-02-29 02:58:11 +0000
commite3333898338b08dedf5c9582fbb1bb25a6bd7e28 (patch)
tree3e5f6ee61aeea280541a3b4107aaffb72164b2b4 /java/module.xml
parentac3f850123c903f00c163d6d2dbad22d98aec7a2 (diff)
downloadqpid-python-e3333898338b08dedf5c9582fbb1bb25a6bd7e28.tar.gz
turn off junit reloading
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@632214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml
index a9832e32dd..d281937789 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -190,7 +190,8 @@
<target name="test" depends="compile-tests" if="module.test.src.exists"
description="execute unit tests">
- <junit fork="${test.fork}" maxmemory="${test.mem}" haltonfailure="no" printsummary="on" timeout="600000">
+ <junit fork="${test.fork}" maxmemory="${test.mem}" reloading="no"
+ haltonfailure="no" printsummary="on" timeout="600000" >
<sysproperty key="amqj.logging.level" value="${amqj.logging.level}"/>
<sysproperty key="root.logging.level" value="${root.logging.level}"/>