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();
|
event_system::instance().start();
|
||||||
#if defined(_WIN32)
|
#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_);
|
mock_winfsp_drive drive(mount_location_);
|
||||||
remote_server server(config, drive, mount_location_);
|
remote_server server(config, drive, mount_location_);
|
||||||
#else
|
#else
|
||||||
mount_location_ = utils::path::absolute(".");
|
mount_location_ = fuse_remote_dir;
|
||||||
mock_fuse_drive drive(mount_location_);
|
mock_fuse_drive drive(mount_location_);
|
||||||
remote_server server(config, drive, mount_location_);
|
remote_server server(config, drive, mount_location_);
|
||||||
#endif
|
#endif
|
||||||
|
@ -501,11 +501,11 @@ TEST(remote_winfsp, all_tests) {
|
|||||||
|
|
||||||
event_system::instance().start();
|
event_system::instance().start();
|
||||||
#if defined(_WIN32)
|
#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_);
|
mock_winfsp_drive drive(mount_location_);
|
||||||
remote_server server(config, drive, mount_location_);
|
remote_server server(config, drive, mount_location_);
|
||||||
#else
|
#else
|
||||||
mount_location_ = utils::path::absolute(".");
|
mount_location_ = win_remote_dir;
|
||||||
mock_fuse_drive drive(mount_location_);
|
mock_fuse_drive drive(mount_location_);
|
||||||
remote_fuse::remote_server server(config, drive, mount_location_);
|
remote_fuse::remote_server server(config, drive, mount_location_);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user