From b105faa91ab236e321bf0865cb76d5a504dcac6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Mon, 26 Aug 2024 19:41:53 +0200 Subject: [PATCH] Tweak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- src/Console_TEST.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Console_TEST.cc b/src/Console_TEST.cc index ac41ecdb..e1279a65 100644 --- a/src/Console_TEST.cc +++ b/src/Console_TEST.cc @@ -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); } ///////////////////////////////////////////////// @@ -119,6 +120,7 @@ TEST_F(Console_TEST, InitAndLog) // Cleanup gzLogClose(); + common::removeAll(basePath); } //////////////////////////////////////////////////