winfsp unit tests and fixes
This commit is contained in:
parent
ff13142093
commit
695a7b0195
@ -195,8 +195,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void execute_mount() {
|
static void execute_mount() {
|
||||||
auto mount_cmd = "start .\\repertory.exe -dd \"" + config->get_data_directory() +
|
auto mount_cmd = "start .\\repertory.exe -dd \"" +
|
||||||
"\"" + " " + utils::string::join(drive_args, ' ');
|
config->get_data_directory() + "\"" + " " +
|
||||||
|
utils::string::join(drive_args, ' ');
|
||||||
std::cout << "mount command: " << mount_cmd << std::endl;
|
std::cout << "mount command: " << mount_cmd << std::endl;
|
||||||
ASSERT_EQ(0, system(mount_cmd.c_str()));
|
ASSERT_EQ(0, system(mount_cmd.c_str()));
|
||||||
std::this_thread::sleep_for(5s);
|
std::this_thread::sleep_for(5s);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user