Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Aug 26, 2024
1 parent 0b479c3 commit b105faa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ TEST_F(Console_TEST, NoInitAndLog)
std::string path;
EXPECT_TRUE(common::env(GZ_HOMEDIR, path));
path = common::joinPaths(path, logPath);
common::removeAll(path);
}

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

// Cleanup
gzLogClose();
common::removeAll(basePath);
}

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

0 comments on commit b105faa

Please sign in to comment.