From 9dcdabfb693f77c801f5f183f662858d26c1ffc6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 21 Oct 2008 23:30:32 +0000 Subject: Refactored DeliveryRecord and delivery path to remove some redundant code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706811 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_federation_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/run_federation_tests') diff --git a/cpp/src/tests/run_federation_tests b/cpp/src/tests/run_federation_tests index 6142c1c37c..685467a681 100755 --- a/cpp/src/tests/run_federation_tests +++ b/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 -- cgit v1.2.1