mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
fixed tests
This commit is contained in:
@@ -37,9 +37,9 @@ static void delete_logs()
|
||||
{
|
||||
spdlog::drop_all();
|
||||
#ifdef _WIN32
|
||||
system("del /F /Q logs\\*");
|
||||
auto rv = system("del /F /Q logs\\*");
|
||||
#else
|
||||
system("rm -f logs/*");
|
||||
auto rv = system("rm -f logs/*");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user