Skip to content

Commit

Permalink
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 26, 2024
1 parent f520b6d commit 0b479c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Console_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ 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 @@ -122,8 +119,6 @@ TEST_F(Console_TEST, InitAndLog)

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

//////////////////////////////////////////////////
Expand Down

0 comments on commit 0b479c3

Please sign in to comment.