Fix cqlshlib cython test by definining DIST_DIR

Patch by brandonwilliams, reviewed by bereng for CASSANDRA-19183
This commit is contained in:
Brandon Williams 2023-12-14 06:04:47 -06:00
parent 5ec0669bec
commit f9ebec98a2
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ WORKSPACE=$1
[ "x${WORKSPACE}" != "x" ] || WORKSPACE="$(readlink -f $(dirname "$0")/..)"
[ "x${BUILD_DIR}" != "x" ] || BUILD_DIR="${WORKSPACE}/build"
[ "x${DIST_DIR}" != "x" ] || DIST_DIR="${WORKSPACE}/build"
export TMPDIR="$(mktemp -d ${DIST_DIR}/run-python-dtest.XXXXXX)"
export PYTHONIOENCODING="utf-8"