]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/vstart_wrapper.sh: fix MGR_PYTHON_PATH
authorSage Weil <sage@redhat.com>
Fri, 2 Jun 2017 03:05:17 +0000 (23:05 -0400)
committerSage Weil <sage@redhat.com>
Thu, 8 Jun 2017 18:29:36 +0000 (14:29 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/vstart_wrapper.sh

index 748fc4067239d201e7ef9468e7408233a3e8755f..bec5e73e8966e2f9e3d1cde410758d41de49c576 100755 (executable)
@@ -23,6 +23,8 @@ export CEPH_DIR="${TMPDIR:-$PWD}/td/t-$CEPH_PORT"
 export CEPH_DEV_DIR="$CEPH_DIR/dev"
 export CEPH_OUT_DIR="$CEPH_DIR/out"
 
+export MGR_PYTHON_PATH=$CEPH_ROOT/src/pybind/mgr
+
 function vstart_setup()
 {
     rm -fr $CEPH_DEV_DIR $CEPH_OUT_DIR