diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-08-11 19:58:12 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-08-11 19:58:12 +0000 |
| commit | 7a75ab50441b0b11082b3ee27601c6f07cad8c96 (patch) | |
| tree | 33e24870a0bca38efaea4638b96a62fd8d79fca7 /cpp/src/tests/python_tests | |
| parent | a2d7a54a947b03b7a424cec56f24ccdde144dce9 (diff) | |
| download | qpid-python-7a75ab50441b0b11082b3ee27601c6f07cad8c96.tar.gz | |
fixed the cpp/python test integration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/python_tests')
| -rwxr-xr-x | cpp/src/tests/python_tests | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests index cae1aefb4a..e3906c1685 100755 --- a/cpp/src/tests/python_tests +++ b/cpp/src/tests/python_tests @@ -23,12 +23,11 @@ QPID_PORT=${QPID_PORT:-5672} PYTHON_TESTS=${PYTHON_TESTS:-$*} QPID_PYTHON_DIR=${QPID_PYTHON_DIR:-`dirname $0`/../../../python} -SPEC=${SPEC:-0-10-errata} -FAILING=${FAILING:-cpp_failing_0-10.txt} +FAILING=${FAILING:-/dev/null} -if test -d $QPID_PYTHON_DIR; then +if test -d $QPID_PYTHON_DIR; then cd $QPID_PYTHON_DIR - ./run-tests --skip-self-test -v -s $SPEC -I $FAILING -b localhost:$QPID_PORT $PYTHON_TESTS || { echo "FAIL python tests for $SPEC"; exit 1; } + ./qpid-python-test -b localhost:$QPID_PORT -I $FAILING $PYTHON_TESTS || { echo "FAIL python tests"; exit 1; } else echo "WARNING: No python tests. $QPID_PYTHON_DIR not found." fi |
