Skip to content

Commit e41cc7d

Browse files
author
Alexey Semenyuk
committedMar 18, 2025
8352293: jpackage tests build rpm packages on Ubuntu test machines after JDK-8351372
Reviewed-by: almatvee
1 parent c4fbad3 commit e41cc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/tools/jpackage/helpers/jdk/jpackage/test/PackageType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public boolean isSupported() {
8686
}
8787

8888
public boolean isEnabled() {
89-
return supported;
89+
return enabled;
9090
}
9191

9292
public String getType() {

0 commit comments

Comments
 (0)
Please sign in to comment.