Unverified Commit 5f3521b3 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update utils.cpp

parent 9a68bd8c
...@@ -9,7 +9,7 @@ void prepare_logdir() ...@@ -9,7 +9,7 @@ void prepare_logdir()
{ {
spdlog::drop_all(); spdlog::drop_all();
#ifdef _WIN32 #ifdef _WIN32
system("rmdir /S /Q test_logs") system("rmdir /S /Q test_logs");
#else #else
auto rv = system("rm -rf test_logs"); auto rv = system("rm -rf test_logs");
if (rv != 0) if (rv != 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment