From 640417f6dfa3e9bb873a199566409e45ece739ef Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 May 2008 21:51:28 +0000 Subject: Python tests running in rpmbuild. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656443 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/python_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/python_tests') diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests index e4b70f5ff5..553c5f4cdb 100755 --- a/cpp/src/tests/python_tests +++ b/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 -- cgit v1.2.1