Skip to content

Commit

Permalink
windows test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Aug 23, 2024
1 parent 624aa35 commit f520b6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Console_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ TEST_F(Console_TEST, NoInitAndLog)
std::string path;
EXPECT_TRUE(common::env(GZ_HOMEDIR, path));
path = common::joinPaths(path, logPath);

spdlog::shutdown();
EXPECT_TRUE(common::removeAll(path));
}

Expand Down Expand Up @@ -120,6 +122,7 @@ TEST_F(Console_TEST, InitAndLog)

// Cleanup
gzLogClose();
spdlog::shutdown();
EXPECT_TRUE(common::removeAll(basePath));
}

Expand Down

0 comments on commit f520b6d

Please sign in to comment.