Skip to content

Commit

Permalink
t/nvmept: fix typo
Browse files Browse the repository at this point in the history
Make the filenames for the nvmept artifacts start with nvmept instead
of readonly.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Aug 2, 2023
1 parent 1660df6 commit df50839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nvmept.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def main():
'fio_path': fio_path,
'fio_root': str(Path(__file__).absolute().parent.parent),
'artifact_root': artifact_root,
'basename': 'readonly',
'basename': 'nvmept',
}

_, failed, _ = run_fio_tests(TEST_LIST, test_env, args)
Expand Down

0 comments on commit df50839

Please sign in to comment.