diff options
| author | Ted Ross <tross@apache.org> | 2011-07-12 18:29:22 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-07-12 18:29:22 +0000 |
| commit | 8a0caaf73b8f0559eef1272cab4a4a88246a7259 (patch) | |
| tree | bd7a55221e8ef11f2d95676f1fe2d860cd8cff9c /cpp/src/tests/run_federation_tests | |
| parent | 90c372a1ba7a3f79ffeb362eba5bc06bd90d3fbf (diff) | |
| download | qpid-python-8a0caaf73b8f0559eef1272cab4a4a88246a7259.tar.gz | |
QPID-3352 - Federation bridge doesn't recover from session errors
Applied patch from Jason Dillaman
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1145706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_federation_tests')
| -rwxr-xr-x | cpp/src/tests/run_federation_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/run_federation_tests b/cpp/src/tests/run_federation_tests index 590f74746e..14af4807ba 100755 --- a/cpp/src/tests/run_federation_tests +++ b/cpp/src/tests/run_federation_tests @@ -55,7 +55,7 @@ stop_brokers() { if test -d ${PYTHON_DIR} ; then start_brokers echo "Running federation tests using brokers on ports $LOCAL_PORT $REMOTE_PORT $REMOTE_B1 $REMOTE_B2" - $QPID_PYTHON_TEST -m federation $SKIPTESTS -b localhost:$LOCAL_PORT -Dremote-port=$REMOTE_PORT -Dextra-brokers="$REMOTE_B1 $REMOTE_B2" $@ + $QPID_PYTHON_TEST -m federation "$SKIPTESTS" -b localhost:$LOCAL_PORT -Dremote-port=$REMOTE_PORT -Dextra-brokers="$REMOTE_B1 $REMOTE_B2" $@ RETCODE=$? stop_brokers if test x$RETCODE != x0; then |
