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.
1 parent 8eb001a commit 97ce862Copy full SHA for 97ce862
tests/features/java/runtime.feature
@@ -28,10 +28,16 @@ Feature: Openshift OpenJDK Runtime tests
28
29
@ubi9
30
Scenario: Check JAVA_OPTS overrides JAVA_OPTS_APPEND
31
- piv
32
Given container is started with env
33
| variable | value |
34
| JAVA_OPTS | -verbose:gc |
35
| JAVA_OPTS_APPEND | -Xint |
36
Then container log should contain -verbose:gc
37
And container log should not contain -Xint
+
38
+ @ubi9
39
+ Scenario: Check JAVA_APP_NAME can contain spaces (OPENJDK-1551)
40
+ Given container is started with env
41
+ | variable | value |
42
+ | JAVA_APP_NAME | foo bar |
43
+ Then container log should not contain exec: bar': not found
0 commit comments