updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@ -934,11 +934,11 @@ TEST(remote_fuse, all_tests) {
|
||||
|
||||
event_system::instance().start();
|
||||
#if defined(_WIN32)
|
||||
mount_location_ = test::get_test_output_dir().substr(0, 2);
|
||||
mount_location_ = fuse_remote_dir.substr(0, 2);
|
||||
mock_winfsp_drive drive(mount_location_);
|
||||
remote_server server(config, drive, mount_location_);
|
||||
#else
|
||||
mount_location_ = utils::path::absolute(".");
|
||||
mount_location_ = fuse_remote_dir;
|
||||
mock_fuse_drive drive(mount_location_);
|
||||
remote_server server(config, drive, mount_location_);
|
||||
#endif
|
||||
|
@ -501,11 +501,11 @@ TEST(remote_winfsp, all_tests) {
|
||||
|
||||
event_system::instance().start();
|
||||
#if defined(_WIN32)
|
||||
mount_location_ = test::get_test_output_dir().substr(0, 2);
|
||||
mount_location_ = win_remote_dir.substr(0, 2);
|
||||
mock_winfsp_drive drive(mount_location_);
|
||||
remote_server server(config, drive, mount_location_);
|
||||
#else
|
||||
mount_location_ = utils::path::absolute(".");
|
||||
mount_location_ = win_remote_dir;
|
||||
mock_fuse_drive drive(mount_location_);
|
||||
remote_fuse::remote_server server(config, drive, mount_location_);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user