1
0
mirror of https://github.com/ceph/ceph synced 2025-03-11 02:39:05 +00:00

Merge pull request from dachary/wip-16014-cot

tests: use shorter directories for tests

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Loic Dachary 2016-11-17 17:37:27 +01:00 committed by GitHub
commit 654ad753c9

View File

@ -395,7 +395,7 @@ if not CEPH_BUILD_DIR:
CEPH_LIB=os.path.join(CEPH_BIN, '.libs') CEPH_LIB=os.path.join(CEPH_BIN, '.libs')
os.putenv('CEPH_LIB', CEPH_LIB) os.putenv('CEPH_LIB', CEPH_LIB)
CEPH_DIR = CEPH_BUILD_DIR + "/ceph_objectstore_tool_dir" CEPH_DIR = CEPH_BUILD_DIR + "/cot_dir"
CEPH_CONF = os.path.join(CEPH_DIR, 'ceph.conf') CEPH_CONF = os.path.join(CEPH_DIR, 'ceph.conf')
def kill_daemons(): def kill_daemons():