File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
modules/run/artifacts/opt/jboss/container/java/run Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ startup() {
237
237
else
238
238
args=" -jar ${JAVA_APP_JAR} "
239
239
fi
240
- log_info " exec $( get_exec_args) java $( get_java_options) -cp \" $( get_classpath) \" ${args} $* ${JAVA_ARGS} "
240
+ log_info " exec $( get_exec_args) java $( get_java_options) -cp \" $( get_classpath) \" ${args} $* "
241
241
exec $( get_exec_args) java $( get_java_options) -cp " $( get_classpath) " ${args} $*
242
242
}
243
243
Original file line number Diff line number Diff line change @@ -35,3 +35,15 @@ Feature: Openshift OpenJDK Runtime tests
35
35
| JAVA_DIAGNOSTICS | true |
36
36
Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test
37
37
And container log should contain -XX:NativeMemoryTracking=summary
38
+
39
+ @openjdk
40
+ @ubi8/openjdk-8
41
+ @ubi8/openjdk-11
42
+ @ubi8/openjdk-17
43
+ @redhat-openjdk-18
44
+ @openj9
45
+ Scenario : OPENJDK-474 to ensure JAVA_ARGS is not duplicated in the java command line
46
+ Given container is started with env
47
+ | variable | value |
48
+ | JAVA_ARGS | unique |
49
+ Then container log should not contain unique unique
You can’t perform that action at this time.
0 commit comments