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 | 3df1424a43244ee1c347ff9163650753601c6893 (patch) | |
| tree | 333c4228d660a6d3d175ddfe76403f1f37e75af1 /qpid/cpp/src/tests/python_tests | |
| parent | 5b4dc91393493685c6688d0b69334333413616fe (diff) | |
| download | qpid-python-3df1424a43244ee1c347ff9163650753601c6893.tar.gz | |
moved protocol tests from qpid/python to qpid/tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@906961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/python_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/python_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/python_tests b/qpid/cpp/src/tests/python_tests index 51c808a6c9..e367004a71 100755 --- a/qpid/cpp/src/tests/python_tests +++ b/qpid/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 |
