xfstests: fix typo

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Josh Durgin 2015-04-21 15:31:16 -07:00
parent 4a1c434add
commit 94d4b91f7f

View File

@ -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:')