From 57f5534871acca4ff60a040cdd05b3ebcd32377d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 27 Jun 2007 02:28:30 +0000 Subject: Fixed client leak and python tests port git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@551014 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/python_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/python_tests') diff --git a/qpid/cpp/src/tests/python_tests b/qpid/cpp/src/tests/python_tests index 2c0b6b2071..57cbba6848 100755 --- a/qpid/cpp/src/tests/python_tests +++ b/qpid/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 -- cgit v1.2.1