summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-06-27 02:28:30 +0000
committerAlan Conway <aconway@apache.org>2007-06-27 02:28:30 +0000
commitaf6a722927f83e72400312471a758f7cdf9acbc3 (patch)
tree49d3591906c967ebc5d8cc5b5c7edf6dd3749cf8 /cpp/src/tests
parent93ac8958d4561b6b3e520b181abc859eb5428edd (diff)
downloadqpid-python-af6a722927f83e72400312471a758f7cdf9acbc3.tar.gz
Fixed client leak and python tests port
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@551014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rwxr-xr-xcpp/src/tests/python_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests
index 2c0b6b2071..57cbba6848 100755
--- a/cpp/src/tests/python_tests
+++ b/cpp/src/tests/python_tests
@@ -1,7 +1,7 @@
#!/bin/sh
# Run the python tests.
if test -d ../../../python ; then
- cd ../../../python && ./run-tests -v -s "0-9" -e ../specs/amqp-dtx-preview.0-9.xml -I cpp_failing_0-9.txt $PYTHON_TESTS
+ cd ../../../python && ./run-tests -v -s "0-9" -e ../specs/amqp-dtx-preview.0-9.xml -I cpp_failing_0-9.txt -b localhost:$QPID_PORT $PYTHON_TESTS
else
echo Warning: python tests not found.
fi