Skip to content

Commit

Permalink
Add missing file remove calls
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrupa-intel committed Nov 26, 2024
1 parent 61c796c commit 9587d3c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ void CheckWeightlessCacheAccuracy::TearDown() {
std::remove(xml_path.c_str());
std::remove(bin_path.c_str());
std::remove(cache_path.c_str());

ov::test::utils::removeFilesWithExt(cache_dir, "blob");
ov::test::utils::removeFilesWithExt(cache_dir, "cl_cache");
ov::test::utils::removeDir(cache_dir);
}

Expand Down

0 comments on commit 9587d3c

Please sign in to comment.