diff options
Diffstat (limited to 'qpid/java/perftests')
| -rw-r--r-- | qpid/java/perftests/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/perftests/build.xml b/qpid/java/perftests/build.xml index 0508219a49..63a6ea4983 100644 --- a/qpid/java/perftests/build.xml +++ b/qpid/java/perftests/build.xml @@ -20,10 +20,16 @@ --> <project name="Performance Tests" default="build"> <condition property="perftests.optional.test.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 common"/> |
