diff options
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 e3906c1685..aa13f329ed 100755 --- a/cpp/src/tests/python_tests +++ b/cpp/src/tests/python_tests @@ -22,7 +22,7 @@ # Run the python tests. QPID_PORT=${QPID_PORT:-5672} PYTHON_TESTS=${PYTHON_TESTS:-$*} -QPID_PYTHON_DIR=${QPID_PYTHON_DIR:-`dirname $0`/../../../python} +QPID_PYTHON_DIR=${QPID_PYTHON_DIR:-`dirname $0`/../../../python/temp} FAILING=${FAILING:-/dev/null} if test -d $QPID_PYTHON_DIR; then |