We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdec14b + 6f77a99 commit fedb8acCopy full SHA for fedb8ac
tests/features/java/java_s2i.feature
@@ -171,3 +171,10 @@ Feature: Openshift OpenJDK S2I tests
171
Given s2i build https://github.com/jboss-container-images/openjdk from tests/OPENJDK-1549 with env using ubi9
172
| variable | value |
173
| MAVEN_ARGS | validate |
174
+
175
+ Scenario: Ensure that run-env.sh placed in the JAVA_APP_DIR is sourced in the run script before launching java
176
+ Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
177
+ | variable | value |
178
+ | S2I_SOURCE_DATA_DIR | ./ |
179
+ | S2I_TARGET_DATA_DIR | /deployments |
180
+ Then container log should contain INFO exec -a "someUniqueString" java
0 commit comments