Skip to content

Commit c8a11f2

Browse files
author
Alexey Semenyuk
committed
8352293: jpackage tests build rpm packages on Ubuntu test machines after JDK-8351372
Reviewed-by: almatvee
1 parent 4a02de8 commit c8a11f2

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

Lines changed: 1 addition & 1 deletion
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)