From: Sage Weil Date: Mon, 19 Aug 2019 17:33:05 +0000 (-0500) Subject: qa/run-standalone.sh: fix python path X-Git-Tag: v15.1.0~1815^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29744%2Fhead;p=ceph.git qa/run-standalone.sh: fix python path Signed-off-by: Sage Weil --- diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index 9c264d5d0e4..617f07e7598 100755 --- a/qa/run-standalone.sh +++ b/qa/run-standalone.sh @@ -20,7 +20,8 @@ function get_python_path() { py_ver=3 fi fi - echo $(realpath ../src/pybind):$(pwd)/lib/cython_modules/lib.$py_ver + python_common=$(realpath ../src/python-common) + echo $(realpath ../src/pybind):$(pwd)/lib/cython_modules/lib.$py_ver:$python_common } if [ `uname` = FreeBSD ]; then