diff options
author | Gordon Sim <gsim@apache.org> | 2007-06-05 15:54:22 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-06-05 15:54:22 +0000 |
commit | dd86a8562275d411ba6af54b6651154b6abc08ef (patch) | |
tree | e7bd5e5ed838f041857e2f77461ad3f5759448e7 /cpp/src/tests/python_tests | |
parent | abf98a7ed4bd2d08d88b7f4f5d753b2e6d6dceb2 (diff) | |
download | qpid-python-dd86a8562275d411ba6af54b6651154b6abc08ef.tar.gz |
Some tests and fixes for dtx preview.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@544522 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 dbf56a512a..2c0b6b2071 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" -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 $PYTHON_TESTS else echo Warning: python tests not found. fi |