mirror of
https://github.com/ceph/ceph
synced 2025-03-23 02:38:31 +00:00
xfstests: fix typo
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
parent
4a1c434add
commit
94d4b91f7f
@ -437,7 +437,7 @@ def xfstests(ctx, config):
|
||||
fs_type=properties.get('fs_type', 'xfs'),
|
||||
randomize=properties.get('randomize', False),
|
||||
tests=properties.get('tests'),
|
||||
xfstests_url=xfstests_url),
|
||||
xfstests_url=xfstests_url,
|
||||
)
|
||||
|
||||
log.info('Setting up xfstests using RBD images:')
|
||||
|
Loading…
Reference in New Issue
Block a user