mirror of
https://github.com/ceph/ceph
synced 2025-03-31 07:53:23 +00:00
rbd: set TESTDIR when running xfstests
[elder@inktank.com: fixed typo] Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
d8021a1aa0
commit
a60e7b599a
@ -449,6 +449,7 @@ def run_xfstests_one_client(ctx, role, properties):
|
||||
'ceph-coverage',
|
||||
'{tdir}/archive/coverage'.format(tdir=testdir),
|
||||
'/usr/bin/sudo',
|
||||
'TESTDIR={tdir}'.format(tdir=testdir),
|
||||
'/bin/bash',
|
||||
test_path,
|
||||
'-c', str(count),
|
||||
|
Loading…
Reference in New Issue
Block a user