summaryrefslogtreecommitdiff
path: root/java/systests/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/systests/build.xml')
-rw-r--r--java/systests/build.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml
index 6adce705cd..57337bdc55 100644
--- a/java/systests/build.xml
+++ b/java/systests/build.xml
@@ -19,12 +19,17 @@ nn - or more contributor license agreements. See the NOTICE file
-
-->
<project name="System Tests" default="build">
-
<condition property="systests.optional.depends" value="bdbstore" else="">
+ <or>
<and>
<contains string="${modules.opt}" substring="bdbstore"/>
<contains string="${profile}" substring="bdb"/>
</and>
+ <and>
+ <istrue value="${optional}"/>
+ <contains string="${profile}" substring="bdb"/>
+ </and>
+ </or>
</condition>
<property name="module.depends" value="client management/common broker broker/test common amqp-1-0-common common/test jca ${systests.optional.depends}"/>