Skip to content

Commit ab2077c

Browse files
committed
Address review comments for S2I_ENABLE_JLINK configuration variable
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent 7112369 commit ab2077c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/jlink/tests/features/jlink.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Scenario: Ensure jlinked builder is used to build the containerized application
99
| QUARKUS_PACKAGE_TYPE| uber-jar |
1010
Then run ls /tmp/jre in container and check its output for bin
1111

12-
Scenario: Ensure S2I_ENABLE_JLINK=false is the default
13-
Given container is started with command env
12+
Scenario: Ensure S2I_ENABLE_JLINK is not set to true
13+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
1414
Then container log should not contain S2I_ENABLE_JLINK=true
15+
And run ls /tmp/jre in container and check its output for ls:

0 commit comments

Comments
 (0)