mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8370956: ShortcutHintTest test fails when executed locally on Linux
Reviewed-by: almatvee
This commit is contained in:
parent
e293166e44
commit
a5f3a6f21b
@ -438,7 +438,9 @@ public final class LinuxHelper {
|
||||
|
||||
static void verifyDesktopIntegrationFiles(JPackageCommand cmd, boolean installed) {
|
||||
verifyDesktopFiles(cmd, installed);
|
||||
verifyAllIconsReferenced(cmd);
|
||||
if (installed) {
|
||||
verifyAllIconsReferenced(cmd);
|
||||
}
|
||||
}
|
||||
|
||||
private static void verifyDesktopFiles(JPackageCommand cmd, boolean installed) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user