refactor tests
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
2023-11-18 15:34:43 -06:00
parent 7a24cc54f8
commit 4348e89f99
5 changed files with 222 additions and 215 deletions

View File

@@ -135,6 +135,9 @@ auto parse_drive_options(int argc, char **argv,
} else if ((std::string(argv[i]) == options::remote_mount_option[0]) ||
(std::string(argv[i]) == options::remote_mount_option[1])) {
i++;
} else if ((std::string(argv[i]) == options::data_directory_option[0]) ||
(std::string(argv[i]) == options::data_directory_option[1])) {
i++;
}
#ifdef REPERTORY_ENABLE_S3
else if ((std::string(argv[i]) == options::name_option[0]) ||