diff options
author | Alan Conway <aconway@apache.org> | 2007-04-02 22:07:02 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-02 22:07:02 +0000 |
commit | 204a7f26a2f5b48cbbba87c6b86dc9e0542e9a50 (patch) | |
tree | 6b06b6fa5e56c3a661a66376f5641628dc62b9d0 /qpid/cpp/src | |
parent | 00fb349ab69097361825a57b8b4b22148a1b2a01 (diff) | |
download | qpid-python-204a7f26a2f5b48cbbba87c6b86dc9e0542e9a50.tar.gz |
Run selected python tests with make check TESTS=python_tests PYTHON_TESTS=<some test>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@524943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-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 585c1da913..dbf56a512a 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" -I cpp_failing_0-9.txt + cd ../../../python && ./run-tests -v -s "0-9" -I cpp_failing_0-9.txt $PYTHON_TESTS else echo Warning: python tests not found. fi |