]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/run-standalone.sh: pass PYTHONPATH env var to test 20589/head
authorKefu Chai <kchai@redhat.com>
Mon, 26 Feb 2018 06:38:49 +0000 (14:38 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 26 Feb 2018 06:38:52 +0000 (14:38 +0800)
commit084011d8fae0916d3ec3d270c418a907fdf0d18f
tree752d5018e5656adfc2e50b6142ee6e414f2034db
parent4c98fa371400014a2d668744b90b24f6094bfa0c
qa/run-standalone.sh: pass PYTHONPATH env var to test

otherwise ceph-mgr will refuse to start if the required python binding,
a.k.a mgr_module is not available in default sys.path.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/run-standalone.sh