mirror of
https://github.com/basiliscos/syncspirit.git
synced 2026-05-02 17:42:26 +00:00
[ci] try to handle tests more correctly
This commit is contained in:
@@ -61,7 +61,8 @@ TEST_CASE("file sink", "[log]") {
|
||||
auto dir = bfs::absolute(bfs::current_path() / st::unique_path());
|
||||
auto path_guard = st::path_guard_t(dir);
|
||||
bfs::create_directories(dir);
|
||||
auto log_file = dir / L"папка" / L"журнал.txt";
|
||||
auto log_file = dir / u8"папка" / u8"журнал.txt";
|
||||
INFO("log_file = " << log_file);
|
||||
auto log_file_str = boost::nowide::narrow(log_file.wstring());
|
||||
|
||||
auto sink_config = fmt::format("file:{}", log_file_str);
|
||||
|
||||
Reference in New Issue
Block a user