We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbfea00 + 78fd29e commit 54fd197Copy full SHA for 54fd197
src/mdtest.c
@@ -2307,6 +2307,7 @@ mdtest_results_t * mdtest_run(int argc, char **argv, MPI_Comm world_com, FILE *
2307
{'T', NULL, "only stat files/dirs", OPTION_FLAG, 'd', & o.stat_only},
2308
{'E', NULL, "only read files/dir", OPTION_FLAG, 'd', & o.read_only},
2309
{'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},
2311
{'D', NULL, "perform test on directories only (no files)", OPTION_FLAG, 'd', & o.dirs_only},
2312
{'e', NULL, "bytes to read from each file", OPTION_OPTIONAL_ARGUMENT, 'l', & o.read_bytes},
2313
{'f', NULL, "first number of tasks on which the test will run", OPTION_OPTIONAL_ARGUMENT, 'd', & first},
0 commit comments