mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8375364: [macos] Some jpackage signing tests fail after JDK-8375240
Reviewed-by: almatvee
This commit is contained in:
parent
fddba3b7ec
commit
9876875e37
@ -971,7 +971,7 @@ public class JPackageCommand extends CommandArguments<JPackageCommand> {
|
||||
executePrerequisiteActions();
|
||||
|
||||
nullableOutputBundle().filter(_ -> {
|
||||
return removeOldOutputBundle;
|
||||
return !(TKit.isOSX() && MacHelper.signPredefinedAppImage(this)) && removeOldOutputBundle;
|
||||
}).ifPresent(path -> {
|
||||
ThrowingRunnable.toRunnable(() -> {
|
||||
if (Files.isDirectory(path)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user