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 @@ -241,7 +241,7 @@ startup() {
241
241
else
242
242
args=" -jar ${JAVA_APP_JAR} "
243
243
fi
244
- log_info " exec $( get_exec_args) java $( get_java_options) -cp \" $( get_classpath) \" ${args} $* ${JAVA_ARGS} "
244
+ log_info " exec $( get_exec_args) java $( get_java_options) -cp \" $( get_classpath) \" ${args} $* "
245
245
exec $( get_exec_args) java $( get_java_options) -cp " $( get_classpath) " ${args} $*
246
246
}
247
247
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