diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-02 14:48:12 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-02 14:48:12 +0000 |
| commit | f04ae76e755147e50a6e92564727de4af0221026 (patch) | |
| tree | c91ba15e7b49aeace3c75d7bf0d27eb29ba142a7 /qpid/java/module.xml | |
| parent | 6957044f11e7cd364ce005f5578a03c38cef81cf (diff) | |
| download | qpid-python-f04ae76e755147e50a6e92564727de4af0221026.tar.gz | |
QPID-884 made ant task test alton/error/failure configurable from profile file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 7374b9af09..7b63a768af 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -172,7 +172,8 @@ description="execute unit tests"> <junit fork="${test.fork}" maxmemory="${test.mem}" reloading="no" - haltonfailure="no" printsummary="on" timeout="600000" > + haltonfailure="${haltonfailure}" haltonerror="${haltonerror}" + printsummary="on" timeout="600000" > <sysproperty key="amqj.logging.level" value="${amqj.logging.level}"/> <sysproperty key="root.logging.level" value="${root.logging.level}"/> |
