refactor tests
This commit is contained in:
@@ -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]) ||
|
||||
|
Reference in New Issue
Block a user