mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #12046 from dachary/wip-16014-cot
tests: use shorter directories for tests Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
654ad753c9
@ -395,7 +395,7 @@ if not CEPH_BUILD_DIR:
|
||||
CEPH_LIB=os.path.join(CEPH_BIN, '.libs')
|
||||
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')
|
||||
|
||||
def kill_daemons():
|
||||
|
Loading…
Reference in New Issue
Block a user