diff options
author | Alan Conway <aconway@apache.org> | 2008-05-14 21:51:28 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-14 21:51:28 +0000 |
commit | 956ff8fed883d7cc4a2d1e945b1fe82a4de788ad (patch) | |
tree | 1e92735092ba69d002dd82150f92be0cc6d448cc /qpid/cpp/src/tests/python_tests | |
parent | cc156604be043fea4a195198e8a9f6dcb7233a6f (diff) | |
download | qpid-python-956ff8fed883d7cc4a2d1e945b1fe82a4de788ad.tar.gz |
Python tests running in rpmbuild.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656443 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 e4b70f5ff5..553c5f4cdb 100755 --- a/qpid/cpp/src/tests/python_tests +++ b/qpid/cpp/src/tests/python_tests @@ -3,7 +3,7 @@ QPID_PORT=${QPID_PORT:-5672} PYTHON_TESTS=${PYTHON_TESTS:-$*} MY_DIR=$(dirname $(which $0)) -PYTHON_DIR=${MY_DIR}/../../../python +PYTHON_DIR=${QPID_PYTHON_DIR:-${MY_DIR}/../../../python} run() { SPEC=$1 |