diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:08:44 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:08:44 +0000 |
commit | 9221f274a6a9b05802f4bd5403425d02ffc84133 (patch) | |
tree | d8ba40265471e7586fdb615e6dd7461b06ef5a67 /cpp/src/tests/python_tests | |
parent | 27bed5a97092424b5bbd4559843223d85e31333b (diff) | |
download | qpid-python-9221f274a6a9b05802f4bd5403425d02ffc84133.tar.gz |
moved protocol tests from qpid/python to qpid/tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/python_tests')
-rwxr-xr-x | cpp/src/tests/python_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests index 51c808a6c9..e367004a71 100755 --- a/cpp/src/tests/python_tests +++ b/cpp/src/tests/python_tests @@ -26,4 +26,4 @@ QPID_PORT=${QPID_PORT:-5672} PYTHON_TESTS=${PYTHON_TESTS:-$*} FAILING=${FAILING:-/dev/null} -python $QPID_PYTHON_TEST -b localhost:$QPID_PORT -I $FAILING $PYTHON_TESTS || exit 1 +python $QPID_PYTHON_TEST -m qpid_tests.broker_0_10 -m qpid.tests -b localhost:$QPID_PORT -I $FAILING $PYTHON_TESTS || exit 1 |