summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_federation_tests
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/run_federation_tests')
-rwxr-xr-xcpp/src/tests/run_federation_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/run_federation_tests b/cpp/src/tests/run_federation_tests
index 4c3b53ede2..8d7954a533 100755
--- a/cpp/src/tests/run_federation_tests
+++ b/cpp/src/tests/run_federation_tests
@@ -33,8 +33,8 @@ start_brokers() {
}
stop_brokers() {
- ../qpidd -q --port $LOCAL_PORT
- ../qpidd -q --port $REMOTE_PORT
+ $QPIDD_EXEC --no-module-dir -q --port $LOCAL_PORT
+ $QPIDD_EXEC --no-module-dir -q --port $REMOTE_PORT
}
if test -d ${PYTHON_DIR} ; then