]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/run-standalone.sh: fix python path 29744/head
authorSage Weil <sage@redhat.com>
Mon, 19 Aug 2019 17:33:05 +0000 (12:33 -0500)
committerSage Weil <sage@redhat.com>
Mon, 19 Aug 2019 17:33:05 +0000 (12:33 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/run-standalone.sh

index 9c264d5d0e4ab2519a2394e9c96f176b1989f9e6..617f07e75986b13f72ce9d548995b7c882d82540 100755 (executable)
@@ -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