summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/run_federation_tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-10-21 23:30:32 +0000
committerGordon Sim <gsim@apache.org>2008-10-21 23:30:32 +0000
commitd2925719fe1db290ff33621d448e5e3a2c2c26eb (patch)
tree859a01045df935c68821c1d7fb95c0c30d15e7ee /qpid/cpp/src/tests/run_federation_tests
parent573739f14409d3e2f3c42a3452712dbf30c70472 (diff)
downloadqpid-python-d2925719fe1db290ff33621d448e5e3a2c2c26eb.tar.gz
Refactored DeliveryRecord and delivery path to remove some redundant code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_federation_tests')
-rwxr-xr-xqpid/cpp/src/tests/run_federation_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_federation_tests b/qpid/cpp/src/tests/run_federation_tests
index 6142c1c37c..685467a681 100755
--- a/qpid/cpp/src/tests/run_federation_tests
+++ b/qpid/cpp/src/tests/run_federation_tests
@@ -22,7 +22,7 @@ if test -d ${PYTHON_DIR} ; then
echo "Running federation tests using brokers on ports $LOCAL_PORT $REMOTE_PORT"
PYTHONPATH=${PYTHON_DIR}
export PYTHONPATH
- ${MY_DIR}/federation.py -v -s ${MY_DIR}/../../../specs/amqp.0-10-qpid-errata.xml -b localhost:$LOCAL_PORT --remote-port $REMOTE_PORT
+ ${MY_DIR}/federation.py -v -s ${MY_DIR}/../../../specs/amqp.0-10-qpid-errata.xml -b localhost:$LOCAL_PORT --remote-port $REMOTE_PORT $@
RETCODE=$?
stop_brokers
if test x$RETCODE != x0; then