summaryrefslogtreecommitdiff
path: root/qpid/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
commitb5f7d5f6399248ae09a9f0b4d28662fa21d48805 (patch)
tree691dbe4b7532e09aff3d9c71dc5b6df70284f69a /qpid/java/module.xml
parent89bf8bee0cb748de137f1826a3d96a78414dd1f0 (diff)
downloadqpid-python-b5f7d5f6399248ae09a9f0b4d28662fa21d48805.tar.gz
turn off junit reloading
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@632214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index a9832e32dd..d281937789 100644
--- a/qpid/java/module.xml
+++ b/qpid/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}"/>