Skip to content

Commit 54fd197

Browse files
authoredApr 10, 2024
Merge pull request #484 from hpc/feature-enable-rename
Expose rename phase via -U flag.
2 parents bbfea00 + 78fd29e commit 54fd197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/mdtest.c

+1
Original file line numberDiff line numberDiff line change
@@ -2307,6 +2307,7 @@ mdtest_results_t * mdtest_run(int argc, char **argv, MPI_Comm world_com, FILE *
23072307
{'T', NULL, "only stat files/dirs", OPTION_FLAG, 'd', & o.stat_only},
23082308
{'E', NULL, "only read files/dir", OPTION_FLAG, 'd', & o.read_only},
23092309
{'r', NULL, "only remove files or directories left behind by previous runs", OPTION_FLAG, 'd', & o.remove_only},
2310+
{'U', NULL, "enable rename directory phase", OPTION_FLAG, 'd', & o.rename_dirs},
23102311
{'D', NULL, "perform test on directories only (no files)", OPTION_FLAG, 'd', & o.dirs_only},
23112312
{'e', NULL, "bytes to read from each file", OPTION_OPTIONAL_ARGUMENT, 'l', & o.read_bytes},
23122313
{'f', NULL, "first number of tasks on which the test will run", OPTION_OPTIONAL_ARGUMENT, 'd', & first},

0 commit comments

Comments
 (0)
Please sign in to comment.