Polish
See gh-42069
This commit is contained in:
@@ -320,9 +320,9 @@ class BootBuildImageIntegrationTests {
|
||||
cleanupCache(launchCachePath);
|
||||
}
|
||||
|
||||
private static void cleanupCache(Path buildCachePath) {
|
||||
private static void cleanupCache(Path cachePath) {
|
||||
try {
|
||||
FileSystemUtils.deleteRecursively(buildCachePath);
|
||||
FileSystemUtils.deleteRecursively(cachePath);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
// ignore
|
||||
|
||||
Reference in New Issue
Block a user