File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
modules/jlink/artifacts/opt/jboss/container/java/jlink Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ set -euo pipefail
3
3
shopt -s globstar
4
4
5
5
function generate_deps() {
6
- exit 2
7
6
# Create a temporary directory for a module path
8
7
# This works around "Module java.xml.bind not found, required by java.ws.rs"
9
8
mkdir dependencies
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Feature: Miscellaneous OpenJDK-related unit tests
20
20
Then available container log should not contain java-11
21
21
Then available container log should not contain java-21
22
22
23
- @openjdk-tech-preview /openjdk-21-jlink-rhel9
24
- @openjdk-tech-preview /openjdk-21-jlink-rhel9 -runtime
23
+ @ubi9 /openjdk-21
24
+ @ubi9 /openjdk-21-runtime
25
25
Scenario : Check that only OpenJDK 21 is installed
26
26
When container is started with args
27
27
| arg | value |
@@ -66,8 +66,8 @@ Feature: Miscellaneous OpenJDK-related unit tests
66
66
Then available container log should not contain java-11
67
67
Then available container log should not contain java-21
68
68
69
- @openjdk-tech-preview /openjdk-21-jlink-rhel9
70
- @openjdk-tech-preview /openjdk-21-jlink-rhel9 -runtime
69
+ @ubi9 /openjdk-21
70
+ @ubi9 /openjdk-21-runtime
71
71
Scenario : Check that directories from other JDKs are not present (JDK21)
72
72
When container is started with args
73
73
| arg | value |
You can’t perform that action at this time.
0 commit comments